Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_mfqe.c164 static void mfqe_block(BLOCK_SIZE bs, const uint8_t *y, const uint8_t *u, in mfqe_block() function
258 mfqe_block(bs_tmp, y, u, v, y_stride, uv_stride, in mfqe_partition()
261 mfqe_block(bs_tmp, y + y_offset, u + uv_offset, v + uv_offset, in mfqe_partition()
267 mfqe_block(bs_tmp, y + y_offset * y_stride, u + uv_offset * uv_stride, in mfqe_partition()
272 mfqe_block(bs_tmp, y + y_offset * y_stride + y_offset, in mfqe_partition()
291 mfqe_block(bs_tmp, y, u, v, y_stride, uv_stride, in mfqe_partition()
294 mfqe_block(bs_tmp, y + y_offset * y_stride, u + uv_offset * uv_stride, in mfqe_partition()
301 mfqe_block(bs_tmp, y + y_offset, u + uv_offset, v + uv_offset, in mfqe_partition()
305 mfqe_block(bs_tmp, y + y_offset * y_stride + y_offset, in mfqe_partition()
317 mfqe_block(cur_bs, y, u, v, y_stride, uv_stride, in mfqe_partition()