Home
last modified time | relevance | path

Searched refs:process_func (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libwebp/dec/
Dvp8l.c688 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); \
/external/webp/src/dec/
Dvp8l.c1023 ProcessRowsFunc process_func) { in DecodeImageData() argument
1083 if ((row % NUM_ARGB_CACHE_ROWS == 0) && (process_func != NULL)) { in DecodeImageData()
1084 process_func(dec, row); in DecodeImageData()
1111 if ((row % NUM_ARGB_CACHE_ROWS == 0) && (process_func != NULL)) { in DecodeImageData()
1112 process_func(dec, row); in DecodeImageData()
1142 if (process_func != NULL) { in DecodeImageData()
1143 process_func(dec, row); in DecodeImageData()