Searched refs:ff_dct_unquantize_h263_neon (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/neon/ |
D | mpegvideo.c | 35 static void inline ff_dct_unquantize_h263_neon(int qscale, int qadd, int nCoeffs, in ff_dct_unquantize_h263_neon() function 91 ff_dct_unquantize_h263_neon(qscale, qadd, nCoeffs + 1, block); in dct_unquantize_h263_inter_neon() 120 ff_dct_unquantize_h263_neon(qscale, qadd, nCoeffs + 1, block); in dct_unquantize_h263_intra_neon()
|
/third_party/ffmpeg/libavcodec/arm/ |
D | mpegvideo_neon.S | 35 function ff_dct_unquantize_h263_neon, export=1 103 bl X(ff_dct_unquantize_h263_neon)
|