Home
last modified time | relevance | path

Searched refs:tex_fun (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhapdec.c280 ctx->tex_fun(p + x * 4 * ctx->uncompress_pix_size, frame->linesize[0], in decompress_texture_thread_internal()
429 ctx->tex_fun = ctx->dxtc.dxt1_block; in hap_init()
435 ctx->tex_fun = ctx->dxtc.dxt5_block; in hap_init()
441 ctx->tex_fun = ctx->dxtc.dxt5ys_block; in hap_init()
447 ctx->tex_fun = ctx->dxtc.rgtc1u_gray_block; in hap_init()
455 ctx->tex_fun = ctx->dxtc.dxt5ys_block; in hap_init()
Dhapenc.c66 const int step = ctx->tex_fun(out, f->linesize[0], p); in compress_texture()
262 ctx->tex_fun = ctx->dxtc.dxt1_block; in hap_init()
268 ctx->tex_fun = ctx->dxtc.dxt5_block; in hap_init()
274 ctx->tex_fun = ctx->dxtc.dxt5ys_block; in hap_init()
Dhap.h90 int (*tex_fun)(uint8_t *dst, ptrdiff_t stride, const uint8_t *block); member