Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dtexturedsp_template.c28 int w_block = avctx->coded_width / TEXTURE_BLOCK_W; in TEXTUREDSP_FUNC_NAME()
H A Dhapdec.c286 if (ctx->tex_size != (avctx->coded_width / TEXTURE_BLOCK_W) in hap_decode()
301 if (tex_size < (avctx->coded_width / TEXTURE_BLOCK_W) in hap_decode()
350 avctx->coded_width = FFALIGN(avctx->width, TEXTURE_BLOCK_W); in hap_init()
H A Dtexturedsp.h44 #define TEXTURE_BLOCK_W 4 macro
H A Dvbnenc.c58 if (frame->width % TEXTURE_BLOCK_W || frame->height % TEXTURE_BLOCK_H) { in vbn_encode()
H A Dvbndec.c119 if (avctx->width % TEXTURE_BLOCK_W || avctx->height % TEXTURE_BLOCK_H) { in vbn_decode_frame()
H A Ddds.c604 avctx->coded_width = FFALIGN(avctx->width, TEXTURE_BLOCK_W); in dds_decode()
625 (avctx->coded_width / TEXTURE_BLOCK_W) * ctx->dec.tex_ratio; in dds_decode()
H A Dhapenc.c280 ctx->tex_size = avctx->width / TEXTURE_BLOCK_W * in hap_init()

Completed in 4 milliseconds