Searched refs:sub_pel (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_resize.c236 int x, x1, x2, sum, k, int_pel, sub_pel; local
261 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
262 filter = interp_filters[sub_pel];
276 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
277 filter = interp_filters[sub_pel];
289 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
290 filter = interp_filters[sub_pel];
300 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
301 filter = interp_filters[sub_pel];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_resize.c236 int x, x1, x2, sum, k, int_pel, sub_pel; local
261 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
262 filter = interp_filters[sub_pel];
276 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
277 filter = interp_filters[sub_pel];
289 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
290 filter = interp_filters[sub_pel];
300 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
301 filter = interp_filters[sub_pel];

Completed in 109 milliseconds