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

/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c501 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, local
531 y0_16 = (y_start + y) << SUBPEL_BITS;
536 y0_16 = sf->scale_value_y(y0_16, sf);
554 y0_16 = y0 << SUBPEL_BITS;
568 y0_16 += scaled_mv.row;
578 int y1 = ((y0_16 + (h - 1) * ys) >> SUBPEL_BITS) + 1;
624 const int y1 = (y0_16 + (h - 1) * ys) >> SUBPEL_BITS;

Completed in 91 milliseconds