Home
last modified time | relevance | path

Searched refs:INTERP_FILTER (Results 1 – 24 of 24) sorted by relevance

/external/libvpx/libvpx/test/
Dvp9_scale_test.cc31 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()
Dconvolve_test.cc870 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/
Dvp9_filter.h34 typedef uint8_t INTERP_FILTER; typedef
Dvp9_blockd.h80 INTERP_FILTER interp_filter;
Dvp9_onyxc_int.h208 INTERP_FILTER interp_filter;
/external/libvpx/config/arm64/
Dvp9_rtcd.h115 …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/
Dvp9_rtcd.h115 …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/
Dvp9_context_tree.h75 INTERP_FILTER pred_interp_filter;
Dvp9_denoiser.h66 INTERP_FILTER best_pred_filter;
Dvp9_frame_scale.c20 INTERP_FILTER filter_type, int phase_scaler) { in vp9_scale_and_extend_frame_c()
Dvp9_encoder.h1003 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);
Dvp9_svc_layercontext.h123 INTERP_FILTER downsample_filter_type[VPX_SS_MAX_LAYERS];
Dvp9_speed_features.h499 INTERP_FILTER default_interp_filter;
Dvp9_pickmode.c52 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()
Dvp9_rdopt.c2592 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()
Dvp9_encoder.c2843 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;
Dvp9_bitstream.c849 static void write_interp_filter(INTERP_FILTER filter, in write_interp_filter()
Dvp9_encodeframe.c1872 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/
Dvp9_rtcd.h119 …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/
Dvp9_rtcd.h121 …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/
Dvp9_rtcd.h106 …const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, i…
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c343 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()
Dvp9_decodeframe.c1446 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/
Dvp9_frame_scale_neon.c707 INTERP_FILTER filter_type, in vp9_scale_and_extend_frame_neon()