Home
last modified time | relevance | path

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

/dports/multimedia/kvazaar/kvazaar-2.1.0/src/
H A Dcontext.c295 kvz_ctx_init(&cabac->ctx.cu_one_model_luma[i], QP, INIT_ONE_FLAG[slice][i]); in kvz_init_contexts()
297 kvz_ctx_init(&cabac->ctx.cu_one_model_luma[15], QP, INIT_ONE_FLAG[slice][15]); in kvz_init_contexts()
H A Dcabac.h84 cabac_ctx_t cu_one_model_luma[16]; member
H A Drdo.c369 …cabac_ctx_t *base_one_ctx = (type == 0) ? &(cabac->ctx.cu_one_model_luma[0]) : &(cabac->ctx.cu_one… in kvz_get_ic_rate()
733 …cabac_ctx_t *base_one_ctx = (type == 0) ? &(cabac->ctx.cu_one_model_luma[0]) : &(cabac->ctx.cu_one… in kvz_rdoq()
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/strategies/generic/
H A Dencode_coding_tree-generic.c210 base_ctx_mod = (type == 0) ? &(cabac->ctx.cu_one_model_luma[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.c498 base_ctx_mod = (type == 0) ? &(cabac->ctx.cu_one_model_luma[4 * ctx_set]) : in kvz_encode_coeff_nxn_avx2()