Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/neon/
Dmpegvideo.c35 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/
Dmpegvideo_neon.S35 function ff_dct_unquantize_h263_neon, export=1
103 bl X(ff_dct_unquantize_h263_neon)