Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddxv.c61 int (*tex_funct_planar[2])(uint8_t *plane0, ptrdiff_t stride0, member
224 ctx->tex_funct_planar[0](p0 + x * ctx->texture_block_w, frame->linesize[0], in decompress_texture_thread()
240 ctx->tex_funct_planar[1](p0 + x * ctx->ctexture_block_w, frame->linesize[1], in decompress_texture_thread()
1063 ctx->tex_funct_planar[0] = NULL; in dxv_decode()
1064 ctx->tex_funct_planar[1] = NULL; in dxv_decode()
1086 ctx->tex_funct_planar[0] = yo_block; in dxv_decode()
1087 ctx->tex_funct_planar[1] = cocg_block; in dxv_decode()
1103 ctx->tex_funct_planar[0] = yao_block; in dxv_decode()
1104 ctx->tex_funct_planar[1] = cocg_block; in dxv_decode()