Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_entropy_structs.h45 #define MAX_TFR_DEPTH 5 macro
162 UWORD8 au1_cbf_cb[2][MAX_TFR_DEPTH + 1];
165 UWORD8 au1_cbf_cr[2][MAX_TFR_DEPTH + 1];
Dihevce_cabac_rdo.c224 (MAX_TFR_DEPTH + 1) * 2 * sizeof(UWORD8)); in ihevce_entropy_rdo_frame_init()
229 (MAX_TFR_DEPTH + 1) * 2 * sizeof(UWORD8)); in ihevce_entropy_rdo_frame_init()
234 (MAX_TFR_DEPTH + 1) * 2 * sizeof(UWORD8)); in ihevce_entropy_rdo_frame_init()
239 (MAX_TFR_DEPTH + 1) * 2 * sizeof(UWORD8)); in ihevce_entropy_rdo_frame_init()
Dihevce_entropy_interface.c251 memset(ps_entropy_ctxt->au1_cbf_cb, 0, (MAX_TFR_DEPTH + 1) * 2 * sizeof(UWORD8)); in ihevce_entropy_init()