Home
last modified time | relevance | path

Searched refs:cu_one_model_chroma (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/kvazaar/kvazaar-2.1.0/src/
H A Dcabac.h85 cabac_ctx_t cu_one_model_chroma[8]; member
H A Dcontext.c285 kvz_ctx_init(&cabac->ctx.cu_one_model_chroma[i], QP, INIT_ONE_FLAG[slice][i+16]); in kvz_init_contexts()
H A Drdo.c369 …_one_ctx = (type == 0) ? &(cabac->ctx.cu_one_model_luma[0]) : &(cabac->ctx.cu_one_model_chroma[0]); in kvz_get_ic_rate()
733 …_one_ctx = (type == 0) ? &(cabac->ctx.cu_one_model_luma[0]) : &(cabac->ctx.cu_one_model_chroma[0]); in kvz_rdoq()
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/strategies/generic/
H A Dencode_coding_tree-generic.c211 &(cabac->ctx.cu_one_model_chroma[4 * ctx_set]); in kvz_encode_coeff_nxn_generic()
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/strategies/avx2/
H A Dencode_coding_tree-avx2.c499 &(cabac->ctx.cu_one_model_chroma[4 * ctx_set]); in kvz_encode_coeff_nxn_avx2()