Searched refs:cu_depth (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_cabac_rdo.c | 382 WORD32 cu_depth; in ihevce_entropy_rdo_encode_cu() local 392 cu_depth = log2_ctb_size - log2_cu_size; in ihevce_entropy_rdo_encode_cu() 456 ihevce_cabac_encode_coding_unit(ps_cur_cu_entropy, &s_enc_cu, cu_depth, top_avail, left_avail); in ihevce_entropy_rdo_encode_cu()
|
D | ihevce_cabac_cu_pu.c | 566 cab_ctxt_t *ps_cabac, WORD32 inter_pred_idc, WORD32 cu_depth, WORD32 pu_w_plus_pu_h) in ihevce_cabac_encode_inter_pred_idc() argument 587 ctxt_inc = IHEVC_CAB_INTER_PRED_IDC + cu_depth; in ihevce_cabac_encode_inter_pred_idc() 775 entropy_context_t *ps_entropy_ctxt, cu_enc_loop_out_t *ps_enc_cu, WORD32 cu_depth) in ihevce_cabac_encode_inter_pu() argument 920 ps_cabac, inter_pred_idc, cu_depth, pu_w_plus_pu_h); in ihevce_cabac_encode_inter_pu() 1053 WORD32 cu_depth, in ihevce_cabac_encode_coding_unit() argument 1077 (void)cu_depth; in ihevce_cabac_encode_coding_unit() 1118 ret |= ihevce_cabac_encode_inter_pu(ps_entropy_ctxt, ps_enc_cu, cu_depth); in ihevce_cabac_encode_coding_unit() 1187 ret |= ihevce_cabac_encode_inter_pu(ps_entropy_ctxt, ps_enc_cu, cu_depth); in ihevce_cabac_encode_coding_unit()
|
D | ihevce_entropy_structs.h | 345 WORD32 cu_depth,
|
D | ihevce_enc_cu_recursion.c | 368 WORD32 cu_depth, log2_ctb_size, log2_cu_size; in ihevce_store_cu_results() local 487 cu_depth = log2_ctb_size - log2_cu_size; in ihevce_store_cu_results() 489 ASSERT(cu_depth <= 3); in ihevce_store_cu_results() 490 ASSERT(cu_depth >= 0); in ihevce_store_cu_results() 496 ps_nbr_4x4->b2_cu_depth = cu_depth; in ihevce_store_cu_results()
|