Home
last modified time | relevance | path

Searched refs:texture_block_w (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddxv.c53 int texture_block_w; member
199 int w_block = avctx->coded_width / ctx->texture_block_w; in decompress_texture_thread()
212 ctx->tex_funct(p + x * 4 * ctx->texture_block_w, frame->linesize[0], in decompress_texture_thread()
224 ctx->tex_funct_planar[0](p0 + x * ctx->texture_block_w, frame->linesize[0], in decompress_texture_thread()
225 p3 != NULL ? p3 + x * ctx->texture_block_w : NULL, frame->linesize[3], in decompress_texture_thread()
1056 ctx->texture_block_w = 4; in dxv_decode()
1094 ctx->texture_block_w = 16; in dxv_decode()
1111 ctx->texture_block_w = 16; in dxv_decode()
1207 int w_block = avctx->coded_width / ctx->texture_block_w; in dxv_decode()

Completed in 3 milliseconds