Searched refs:y_width_shift (Results 1 – 1 of 1) sorted by relevance
27 const int y_width_shift = (4 << b_width_log2_lookup[bsize]) >> 1; in vp9_compute_skin_block() local29 const int uv_width_shift = y_width_shift >> 1; in vp9_compute_skin_block()31 const uint8_t ysource = y[y_height_shift * stride + y_width_shift]; in vp9_compute_skin_block()