/external/libvpx/libvpx/test/ |
D | vp9_scale_test.cc | 31 INTERP_FILTER filter_type, int phase_scaler); 41 void ReferenceScaleFrame(INTERP_FILTER filter_type, int phase_scaler) { in ReferenceScaleFrame() 45 void ScaleFrame(INTERP_FILTER filter_type, int phase_scaler) { in ScaleFrame() 58 for (INTERP_FILTER filter_type = 0; filter_type < 4; ++filter_type) { in RunTest() 156 for (INTERP_FILTER filter_type = 2; filter_type < 4; ++filter_type) { in TEST_P()
|
D | convolve_test.cc | 796 vp9_filter_kernels[static_cast<INTERP_FILTER>(filter_bank)]; in TEST() 857 vp9_filter_kernels[static_cast<INTERP_FILTER>(filter_bank)]; in TEST_P() 957 vp9_filter_kernels[static_cast<INTERP_FILTER>(filter_bank)]; in TEST_P() 1015 for (INTERP_FILTER filter_type = 0; filter_type < 4; ++filter_type) { in TEST_P()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_filter.h | 33 typedef uint8_t INTERP_FILTER; typedef
|
D | vp9_blockd.h | 79 INTERP_FILTER interp_filter;
|
D | vp9_onyxc_int.h | 206 INTERP_FILTER interp_filter;
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 109 …const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, i… 110 …const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, i…
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 109 …const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, i… 110 …const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, i…
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 118 …const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, i… 119 …const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, i…
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_context_tree.h | 74 INTERP_FILTER pred_interp_filter;
|
D | vp9_svc_layercontext.h | 97 INTERP_FILTER downsample_filter_type[VPX_SS_MAX_LAYERS];
|
D | vp9_denoiser.h | 65 INTERP_FILTER best_pred_filter;
|
D | vp9_encoder.h | 852 YV12_BUFFER_CONFIG *scaled_temp, INTERP_FILTER filter_type, 853 int phase_scaler, INTERP_FILTER filter_type2, int phase_scaler2); 857 int use_normative_scaler, INTERP_FILTER filter_type, int phase_scaler);
|
D | vp9_frame_scale.c | 20 INTERP_FILTER filter_type, int phase_scaler) { in vp9_scale_and_extend_frame_c()
|
D | vp9_speed_features.h | 436 INTERP_FILTER default_interp_filter;
|
D | vp9_pickmode.c | 1296 MV_REFERENCE_FRAME best_ref_frame, INTERP_FILTER best_pred_filter, in vp9_pickmode_ctx_den_update() 1432 INTERP_FILTER best_pred_filter = EIGHTTAP; in vp9_pick_inter_mode() 1455 INTERP_FILTER filter_ref; in vp9_pick_inter_mode() 1497 INTERP_FILTER filter_gf_svc = EIGHTTAP; in vp9_pick_inter_mode() 1991 INTERP_FILTER best_filter = SWITCHABLE, filter; in vp9_pick_inter_mode()
|
D | vp9_encoder.c | 2664 INTERP_FILTER filter_type, 3471 const INTERP_FILTER filter_scaler = 3497 const INTERP_FILTER filter_scaler2 = cpi->svc.downsample_filter_type[1]; 4079 YV12_BUFFER_CONFIG *scaled_temp, INTERP_FILTER filter_type, 4080 int phase_scaler, INTERP_FILTER filter_type2, int phase_scaler2) { 4108 int use_normative_scaler, INTERP_FILTER filter_type, int phase_scaler) { 4151 INTERP_FILTER ifilter;
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 120 …const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, i… 121 …const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, i…
|
/external/libvpx/config/mips64-msa/ |
D | vp9_rtcd.h | 106 …const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, i…
|
/external/libvpx/config/mips32-msa/ |
D | vp9_rtcd.h | 106 …const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, i…
|
/external/libvpx/config/mips64/ |
D | vp9_rtcd.h | 106 …const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, i…
|
/external/libvpx/config/arm/ |
D | vp9_rtcd.h | 106 …const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, i…
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 106 …const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, i…
|
/external/libvpx/config/mips32/ |
D | vp9_rtcd.h | 106 …const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, i…
|
/external/libvpx/config/mips32-dspr2/ |
D | vp9_rtcd.h | 106 …const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, i…
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 343 static INLINE INTERP_FILTER read_switchable_interp_filter(VP9_COMMON *const cm, in read_switchable_interp_filter() 347 const INTERP_FILTER type = (INTERP_FILTER)vpx_read_tree( in read_switchable_interp_filter()
|