Searched refs:sub_pel (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 164 int x, x1, x2, sum, k, int_pel, sub_pel; in interpolate() local 189 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK; in interpolate() 190 filter = interp_filters[sub_pel]; in interpolate() 204 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK; in interpolate() 205 filter = interp_filters[sub_pel]; in interpolate() 217 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK; in interpolate() 218 filter = interp_filters[sub_pel]; in interpolate() 228 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK; in interpolate() 229 filter = interp_filters[sub_pel]; in interpolate() 466 int x, x1, x2, sum, k, int_pel, sub_pel; in highbd_interpolate() local [all …]
|
/external/libaom/libaom/av1/common/ |
D | resize.c | 250 int x, x1, x2, sum, k, int_pel, sub_pel; in interpolate_core() local 272 sub_pel = (y >> RS_SCALE_EXTRA_BITS) & RS_SUBPEL_MASK; in interpolate_core() 273 const int16_t *filter = &interp_filters[sub_pel * interp_taps]; in interpolate_core() 285 sub_pel = (y >> RS_SCALE_EXTRA_BITS) & RS_SUBPEL_MASK; in interpolate_core() 286 const int16_t *filter = &interp_filters[sub_pel * interp_taps]; in interpolate_core() 295 sub_pel = (y >> RS_SCALE_EXTRA_BITS) & RS_SUBPEL_MASK; in interpolate_core() 296 const int16_t *filter = &interp_filters[sub_pel * interp_taps]; in interpolate_core() 305 sub_pel = (y >> RS_SCALE_EXTRA_BITS) & RS_SUBPEL_MASK; in interpolate_core() 306 const int16_t *filter = &interp_filters[sub_pel * interp_taps]; in interpolate_core() 334 int x, x1, x2, k, int_pel, sub_pel; in interpolate_core_double_prec() local [all …]
|