Searched refs:y_height_shift (Results 1 – 1 of 1) sorted by relevance
97 const int y_height_shift = (4 << b_height_log2_lookup[bsize]) >> 1; in vp9_compute_skin_block() local99 const int uv_height_shift = y_height_shift >> 1; in vp9_compute_skin_block()100 const uint8_t ysource = y[y_height_shift * stride + y_width_shift]; in vp9_compute_skin_block()