Home
last modified time | relevance | path

Searched refs:FILTER_BILINEAR (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp9.h68 FILTER_BILINEAR, enumerator
Dvp9dsp_template.c2280 dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = type##sz##_c in FUNC()
2307 dsp->mc[idx1][FILTER_BILINEAR ][idx2][idxh][idxv] = type##_bilin_##sz##dir##_c in FUNC()
2521 dsp->smc[idx1][FILTER_BILINEAR ][idx2] = type##_scaled_bilin_##sz##_c in FUNC()
/third_party/ffmpeg/libavcodec/mips/
Dvp9dsp_init_mips.c89 dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = ff_##type##sz##_msa in vp9dsp_mc_init_msa()
109 dsp->mc[idx1][FILTER_BILINEAR ][idx2][idxh][idxv] = \ in vp9dsp_mc_init_msa()
/third_party/ffmpeg/libavcodec/x86/
Dvp8dsp.asm666 %macro FILTER_BILINEAR 1
822 FILTER_BILINEAR 4 label
824 FILTER_BILINEAR 8 label
826 FILTER_BILINEAR 4 label
828 FILTER_BILINEAR 8 label
Dvp9dsp_init.h146 dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = ff_vp9_##type##sz##bpp##_##opt
/third_party/ffmpeg/libavcodec/arm/
Dvp9dsp_init_arm.c109 dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = ff_vp9_##type##sz##_neon in vp9dsp_mc_init_arm()
Dvp9dsp_init_16bpp_arm_template.c110 dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = ff_vp9_##type##sz##suffix##_neon in vp9dsp_mc_init_arm()
/third_party/ffmpeg/libavcodec/aarch64/
Dvp9dsp_init_aarch64.c110 dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = ff_vp9_##type##sz##suffix in vp9dsp_mc_init_aarch64()
Dvp9dsp_init_16bpp_aarch64_template.c112 dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = ff_vp9_##type##sz##suffix in vp9dsp_mc_init_aarch64()