Searched refs:image_process (Results 1 – 3 of 3) sorted by relevance
87 extern bool image_process(image_proc_func f, image *ctx);
202 if (!image_process(encode_rs, &ctx)) { in encode()251 if (!image_process(decode_rs, &ctx)) { in decode()
353 bool image_process(image_proc_func func, image *ctx) in image_process() function