Searched refs:ff_msmpeg4_encode_block (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | msmpeg4.h | 47 void ff_msmpeg4_encode_block(MpegEncContext * s, int16_t * block, int n);
|
D | msmpeg4enc.c | 430 ff_msmpeg4_encode_block(s, block[i], i); in ff_msmpeg4_encode_mb() 485 ff_msmpeg4_encode_block(s, block[i], i); in ff_msmpeg4_encode_mb() 570 void ff_msmpeg4_encode_block(MpegEncContext * s, int16_t * block, int n) in ff_msmpeg4_encode_block() function
|
D | wmv2enc.c | 210 ff_msmpeg4_encode_block(s, block[i], i); in ff_wmv2_encode_mb()
|