Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_sao.c217 (abs(ps_sao->u1_cr_offset[1]) <= 7) && (abs(ps_sao->u1_cr_offset[2]) <= 7) && in ihevce_sao_ctb()
218 (abs(ps_sao->u1_cr_offset[3]) <= 7) && (abs(ps_sao->u1_cr_offset[4]) <= 7)); in ihevce_sao_ctb()
316 ps_sao->u1_cr_offset[0] = 0; in ihevce_sao_ctb()
354 ps_sao->u1_cr_offset, in ihevce_sao_ctb()
374 ASSERT((ps_sao->u1_cr_offset[1] >= 0) && (ps_sao->u1_cr_offset[2] >= 0)); in ihevce_sao_ctb()
375 ASSERT((ps_sao->u1_cr_offset[3] <= 0) && (ps_sao->u1_cr_offset[4] <= 0)); in ihevce_sao_ctb()
389 ps_sao->u1_cr_offset, in ihevce_sao_ctb()
549 ps_sao_ctxt->as_sao_rd_cand[num_luma_rdo_cand].u1_cr_offset[1] = 0; in ihevce_sao_analyse()
550 ps_sao_ctxt->as_sao_rd_cand[num_luma_rdo_cand].u1_cr_offset[2] = 0; in ihevce_sao_analyse()
551 ps_sao_ctxt->as_sao_rd_cand[num_luma_rdo_cand].u1_cr_offset[3] = 0; in ihevce_sao_analyse()
[all …]
Dihevce_enc_structs.h575 WORD8 u1_cr_offset[5]; member
Dihevce_cabac_cu_pu.c1550 sao_offset = &ps_sao->u1_cr_offset[1]; in ihevce_cabac_encode_sao()