Lines Matching refs:process_func
688 int height, ProcessRowsFunc process_func) { \
727 if ((process_func != NULL) && (row % NUM_ARGB_CACHE_ROWS == 0)) { \
728 process_func(dec, row); \
757 if ((process_func != NULL) && (row % NUM_ARGB_CACHE_ROWS == 0)) { \
758 process_func(dec, row); \
785 if (process_func != NULL) process_func(dec, row); \