Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddxv.c57 int ctexture_block_h; member
231 h_block = (avctx->coded_height / 2) / ctx->ctexture_block_h; in decompress_texture_thread()
236 uint8_t *p0 = frame->data[1] + y * frame->linesize[1] * ctx->ctexture_block_h; in decompress_texture_thread()
237 uint8_t *p1 = frame->data[2] + y * frame->linesize[2] * ctx->ctexture_block_h; in decompress_texture_thread()
1095 ctx->ctexture_block_h = 4; in dxv_decode()
1112 ctx->ctexture_block_h = 4; in dxv_decode()
1151 ctx->ctexture_block_h)); in dxv_decode()

Completed in 3 milliseconds