Searched refs:PIXOP_BILINEAR (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | diracdsp.c | 52 #define PIXOP_BILINEAR(PFX, OP, WIDTH) \ macro 78 PIXOP_BILINEAR(put, OP_PUT, 8) 79 PIXOP_BILINEAR(put, OP_PUT, 16) 80 PIXOP_BILINEAR(put, OP_PUT, 32) 81 PIXOP_BILINEAR(avg, OP_AVG, 8) 82 PIXOP_BILINEAR(avg, OP_AVG, 16) 83 PIXOP_BILINEAR(avg, OP_AVG, 32)
|