Lines Matching defs:dec
36 TextureDSPThreadContext dec;
126 ctx->dec.tex_funct = ctx->texdsp.dxt1_block;
127 ctx->dec.tex_ratio = 8;
130 ctx->dec.tex_funct = ctx->texdsp.dxt5_block;
131 ctx->dec.tex_ratio = 16;
160 ctx->dec.slice_count = av_clip(avctx->thread_count, 1, avctx->coded_height / TEXTURE_BLOCK_H);
161 ctx->dec.tex_data.in = image_buf ? image_buf : gb->buffer;
162 ctx->dec.raw_ratio = 16;
163 ctx->dec.frame_data.out = frame->data[0] + frame->linesize[0] * (frame->height - 1);
164 ctx->dec.stride = -frame->linesize[0];
165 avctx->execute2(avctx, ff_texturedsp_decompress_thread, &ctx->dec, NULL, ctx->dec.slice_count);