Searched refs:x0_16 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 569 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, in dec_build_inter_predictors() local 598 x0_16 = (x_start + x) << SUBPEL_BITS; in dec_build_inter_predictors() 603 x0_16 = sf->scale_value_x(x0_16, sf); in dec_build_inter_predictors() 621 x0_16 = x0 << SUBPEL_BITS; in dec_build_inter_predictors() 635 x0_16 += scaled_mv.col; in dec_build_inter_predictors() 649 int x1 = ((x0_16 + (w - 1) * xs) >> SUBPEL_BITS) + 1; in dec_build_inter_predictors()
|