Home
last modified time | relevance | path

Searched refs:SUBPEL_BITS (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_filter.h25 #define SUBPEL_BITS 4 macro
26 #define SUBPEL_MASK ((1 << SUBPEL_BITS) - 1)
27 #define SUBPEL_SHIFTS (1 << SUBPEL_BITS)
Dvp9_reconinter.c94 src += (mv.row >> SUBPEL_BITS) * src_stride + (mv.col >> SUBPEL_BITS); in vp9_build_inter_predictor()
122 const int spel_left = (VP9_INTERP_EXTEND + bw) << SUBPEL_BITS; in clamp_mv_to_umv_border_sb()
124 const int spel_top = (VP9_INTERP_EXTEND + bh) << SUBPEL_BITS; in clamp_mv_to_umv_border_sb()
193 pre += (scaled_mv.row >> SUBPEL_BITS) * pre_buf->stride in build_inter_predictors()
194 + (scaled_mv.col >> SUBPEL_BITS); in build_inter_predictors()
303 x0_16 = (x_start + x) << SUBPEL_BITS; in dec_build_inter_predictors()
304 y0_16 = (y_start + y) << SUBPEL_BITS; in dec_build_inter_predictors()
326 x0_16 = x0 << SUBPEL_BITS; in dec_build_inter_predictors()
327 y0_16 = y0 << SUBPEL_BITS; in dec_build_inter_predictors()
337 x0 += scaled_mv.col >> SUBPEL_BITS; in dec_build_inter_predictors()
[all …]
Dvp9_scale.c45 const int x_off_q4 = scaled_x(x << SUBPEL_BITS, sf) & SUBPEL_MASK; in vp9_scale_mv()
46 const int y_off_q4 = scaled_y(y << SUBPEL_BITS, sf) & SUBPEL_MASK; in vp9_scale_mv()
Dvp9_convolve.c30 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in convolve_horiz()
52 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; in convolve_avg_horiz()
76 const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride]; in convolve_vert()
99 const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride]; in convolve_avg_vert()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_resize.c24 #define SUBPEL_BITS 5 macro
25 #define SUBPEL_MASK ((1 << SUBPEL_BITS) - 1)
31 const interp_kernel vp9_filteredinterp_filters500[(1 << SUBPEL_BITS)] = {
67 const interp_kernel vp9_filteredinterp_filters625[(1 << SUBPEL_BITS)] = {
103 const interp_kernel vp9_filteredinterp_filters750[(1 << SUBPEL_BITS)] = {
139 const interp_kernel vp9_filteredinterp_filters875[(1 << SUBPEL_BITS)] = {
175 const interp_kernel vp9_filteredinterp_filters1000[(1 << SUBPEL_BITS)] = {
261 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK; in interpolate()
276 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK; in interpolate()
289 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK; in interpolate()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dconvolve_test.cc506 >> SUBPEL_BITS); in TEST_P()
520 >> SUBPEL_BITS); in TEST_P()
537 >> SUBPEL_BITS); in TEST_P()
543 >> SUBPEL_BITS); in TEST_P()