Home
last modified time | relevance | path

Searched refs:row_offset_uv (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_mfqe.c371 const uint32_t row_offset_uv = mi_row << 2; in vp9_mfqe() local
376 const uint8_t *u = show->u_buffer + row_offset_uv * uv_stride + in vp9_mfqe()
378 const uint8_t *v = show->v_buffer + row_offset_uv * uv_stride + in vp9_mfqe()
381 uint8_t *ud = dest->u_buffer + row_offset_uv * uvd_stride + in vp9_mfqe()
383 uint8_t *vd = dest->v_buffer + row_offset_uv * uvd_stride + in vp9_mfqe()