Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_sao.c211 (abs(ps_sao->u1_y_offset[1]) <= 7) && (abs(ps_sao->u1_y_offset[2]) <= 7) && in ihevce_sao_ctb()
212 (abs(ps_sao->u1_y_offset[3]) <= 7) && (abs(ps_sao->u1_y_offset[4]) <= 7)); in ihevce_sao_ctb()
231 ps_sao->u1_y_offset[0] = 0; /* 0th element is not being used */ in ihevce_sao_ctb()
264 ps_sao->u1_y_offset, in ihevce_sao_ctb()
281 ASSERT((ps_sao->u1_y_offset[1] >= 0) && (ps_sao->u1_y_offset[2] >= 0)); in ihevce_sao_ctb()
282 ASSERT((ps_sao->u1_y_offset[3] <= 0) && (ps_sao->u1_y_offset[4] <= 0)); in ihevce_sao_ctb()
296 ps_sao->u1_y_offset, in ihevce_sao_ctb()
525 ps_sao_ctxt->as_sao_rd_cand[num_luma_rdo_cand].u1_y_offset[1] = category_count[0] in ihevce_sao_analyse()
528 ps_sao_ctxt->as_sao_rd_cand[num_luma_rdo_cand].u1_y_offset[2] = category_count[1] in ihevce_sao_analyse()
531 ps_sao_ctxt->as_sao_rd_cand[num_luma_rdo_cand].u1_y_offset[3] = category_count[3] in ihevce_sao_analyse()
[all …]
Dihevce_enc_structs.h565 WORD8 u1_y_offset[5]; member
Dihevce_cabac_cu_pu.c1532 sao_offset = &ps_sao->u1_y_offset[1]; in ihevce_cabac_encode_sao()