Searched refs:DCT_TEMPLATE (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mss34dsp.c | 64 #define DCT_TEMPLATE(blk, step, SOP, shift) \ macro 97 DCT_TEMPLATE(ptr, 1, SOP_ROW, 13); in ff_mss34_dct_put() 103 DCT_TEMPLATE(ptr, 8, SOP_COL, 22); in ff_mss34_dct_put()
|
D | clearvideo.c | 132 #define DCT_TEMPLATE(blk, step, bias, shift, dshift, OP) \ macro 166 DCT_TEMPLATE(ptr, 1, 0x80, 8, 11, ROP); in clv_dct() 172 DCT_TEMPLATE(ptr, 8, 0x2000, 14, 8, COP); in clv_dct()
|