/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() 50 void RunTest(INTERP_FILTER filter_type) { in RunTest() 157 for (INTERP_FILTER filter_type = 2; filter_type < 4; ++filter_type) { in TEST_P()
|
D | convolve_test.cc | 870 vp9_filter_kernels[static_cast<INTERP_FILTER>(filter_bank)]; in TEST() 931 vp9_filter_kernels[static_cast<INTERP_FILTER>(filter_bank)]; in TEST_P() 1031 vp9_filter_kernels[static_cast<INTERP_FILTER>(filter_bank)]; in TEST_P() 1089 for (INTERP_FILTER filter_type = 0; filter_type < 4; ++filter_type) { in TEST_P()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_filter.h | 34 typedef uint8_t INTERP_FILTER; typedef
|
D | vp9_blockd.h | 80 INTERP_FILTER interp_filter;
|
D | vp9_onyxc_int.h | 208 INTERP_FILTER interp_filter;
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 115 …const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, i… 116 …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 | 115 …const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, i… 116 …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 | 75 INTERP_FILTER pred_interp_filter;
|
D | vp9_denoiser.h | 66 INTERP_FILTER best_pred_filter;
|
D | vp9_frame_scale.c | 20 INTERP_FILTER filter_type, int phase_scaler) { in vp9_scale_and_extend_frame_c()
|
D | vp9_encoder.h | 1003 YV12_BUFFER_CONFIG *scaled_temp, INTERP_FILTER filter_type, 1004 int phase_scaler, INTERP_FILTER filter_type2, int phase_scaler2); 1008 int use_normative_scaler, INTERP_FILTER filter_type, int phase_scaler);
|
D | vp9_svc_layercontext.h | 123 INTERP_FILTER downsample_filter_type[VPX_SS_MAX_LAYERS];
|
D | vp9_speed_features.h | 499 INTERP_FILTER default_interp_filter;
|
D | vp9_pickmode.c | 52 INTERP_FILTER best_pred_filter; 1458 INTERP_FILTER best_filter = SWITCHABLE, filter; in search_filter_ref() 1650 INTERP_FILTER filter_ref; in vp9_pick_inter_mode() 1691 INTERP_FILTER filter_gf_svc = EIGHTTAP; in vp9_pick_inter_mode()
|
D | vp9_rdopt.c | 2592 INTERP_FILTER (*single_filter)[MAX_REF_FRAMES], in handle_inter_mode() 2619 INTERP_FILTER best_filter = SWITCHABLE; in handle_inter_mode() 2644 INTERP_FILTER af = SWITCHABLE, lf = SWITCHABLE; in handle_inter_mode() 3166 INTERP_FILTER single_inter_filter[MB_MODE_COUNT][MAX_REF_FRAMES]; in vp9_rd_pick_inter_mode_sb() 3851 INTERP_FILTER best_filter = SWITCHABLE; in vp9_rd_pick_inter_mode_sb_seg_skip() 3960 INTERP_FILTER tmp_best_filter = SWITCHABLE; in vp9_rd_pick_inter_mode_sub8x8()
|
D | vp9_encoder.c | 2843 INTERP_FILTER filter_type, 3681 const INTERP_FILTER filter_scaler = 3714 const INTERP_FILTER filter_scaler2 = svc->downsample_filter_type[1]; 4387 YV12_BUFFER_CONFIG *scaled_temp, INTERP_FILTER filter_type, 4388 int phase_scaler, INTERP_FILTER filter_type2, int phase_scaler2) { 4416 int use_normative_scaler, INTERP_FILTER filter_type, int phase_scaler) { 4460 INTERP_FILTER ifilter;
|
D | vp9_bitstream.c | 849 static void write_interp_filter(INTERP_FILTER filter, in write_interp_filter()
|
D | vp9_encodeframe.c | 1872 INTERP_FILTER filter_ref; in set_mode_info_seg_skip() 3662 INTERP_FILTER pred_interp_filter; in rd_pick_partition() 5804 static INTERP_FILTER get_interp_filter( in get_interp_filter()
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 119 …const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, i… 120 …const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, i…
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 121 …const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, i… 122 …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/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()
|
D | vp9_decodeframe.c | 1446 static INTERP_FILTER read_interp_filter(struct vpx_read_bit_buffer *rb) { in read_interp_filter() 1447 const INTERP_FILTER literal_to_filter[] = { EIGHTTAP_SMOOTH, EIGHTTAP, in read_interp_filter()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_frame_scale_neon.c | 707 INTERP_FILTER filter_type, in vp9_scale_and_extend_frame_neon()
|