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