Lines Matching refs:coded_height
200 int h_block = avctx->coded_height / ctx->texture_block_h; in decompress_texture_thread()
231 h_block = (avctx->coded_height / 2) / ctx->ctexture_block_h; 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()
1151 avctx->coded_height / FFMAX(ctx->texture_block_h, 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()
1209 int h_block = avctx->coded_height / ctx->texture_block_h; in dxv_decode()
1244 avctx->coded_height = FFALIGN(avctx->height, 16); in dxv_init()