Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddxv.c141 static void yao_subblock(uint8_t *dst, uint8_t *yo_indices, in yao_subblock() function
166 yao_subblock(dst, yo_indices, stride, block); in yo_block()
167 yao_subblock(dst + 4, yo_indices, stride, block + 8); in yo_block()
168 yao_subblock(dst + 8, yo_indices, stride, block + 16); in yo_block()
169 yao_subblock(dst + 12, yo_indices, stride, block + 24); in yo_block()
181 yao_subblock(plane0, yo_indices, stride0, block); in yao_block()
182 yao_subblock(plane3, a_indices, stride1, block + 8); in yao_block()
183 yao_subblock(plane0 + 4, yo_indices, stride0, block + 16); in yao_block()
184 yao_subblock(plane3 + 4, a_indices, stride1, block + 24); in yao_block()
185 yao_subblock(plane0 + 8, yo_indices, stride0, block + 32); in yao_block()
[all …]