Lines Matching refs:coded_width
199 int w_block = avctx->coded_width / ctx->texture_block_w; in decompress_texture_thread()
230 w_block = (avctx->coded_width / 2) / ctx->ctexture_block_w; in decompress_texture_thread()
1093 ctx->ctex_size = avctx->coded_width * avctx->coded_height / 4; in dxv_decode()
1110 ctx->ctex_size = avctx->coded_width * avctx->coded_height / 4; in dxv_decode()
1180 ctx->tex_size = avctx->coded_width * avctx->coded_height * 4 / ctx->tex_rat; in dxv_decode()
1188 ctx->op_size[0] = avctx->coded_width * avctx->coded_height / 16; in dxv_decode()
1189 ctx->op_size[1] = avctx->coded_width * avctx->coded_height / 32; in dxv_decode()
1190 ctx->op_size[2] = avctx->coded_width * avctx->coded_height / 32; in dxv_decode()
1191 ctx->op_size[3] = avctx->coded_width * avctx->coded_height / 16; in dxv_decode()
1208 int w_block = avctx->coded_width / ctx->texture_block_w; in dxv_decode()
1243 avctx->coded_width = FFALIGN(avctx->width, 16); in dxv_init()