Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhapdec.c256 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()
Dtexturedsp.h42 #define TEXTURE_BLOCK_W 4 macro
Ddds.c442 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()
Dhapenc.c283 ctx->tex_size = FFALIGN(avctx->width, TEXTURE_BLOCK_W) * in hap_init()