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