Searched refs:TEXTURE_BLOCK_W (Results 1 – 4 of 4) sorted by relevance
256 int w_block = avctx->coded_width / TEXTURE_BLOCK_W; in decompress_texture_thread_internal()346 if (ctx->tex_size != (avctx->coded_width / TEXTURE_BLOCK_W) in hap_decode()364 if (tex_size < (avctx->coded_width / TEXTURE_BLOCK_W) in hap_decode()417 avctx->coded_width = FFALIGN(avctx->width, TEXTURE_BLOCK_W); in hap_init()
42 #define TEXTURE_BLOCK_W 4 macro
442 int w_block = avctx->coded_width / TEXTURE_BLOCK_W; in decompress_texture_thread()645 avctx->coded_width = FFALIGN(avctx->width, TEXTURE_BLOCK_W); in dds_decode()666 (avctx->coded_width / TEXTURE_BLOCK_W) * ctx->tex_ratio; in dds_decode()
283 ctx->tex_size = FFALIGN(avctx->width, TEXTURE_BLOCK_W) * in hap_init()