Searched refs:ps_sao (Results 1 – 6 of 6) sorted by relevance
194 sao_enc_t *ps_sao; in ihevce_sao_ctb() local208 ps_sao = ps_sao_ctxt->ps_sao; in ihevce_sao_ctb()211 (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()214 (abs(ps_sao->u1_cb_offset[1]) <= 7) && (abs(ps_sao->u1_cb_offset[2]) <= 7) && in ihevce_sao_ctb()215 (abs(ps_sao->u1_cb_offset[3]) <= 7) && (abs(ps_sao->u1_cb_offset[4]) <= 7)); in ihevce_sao_ctb()217 (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()220 (ps_sao->b5_y_band_pos <= 28) && (ps_sao->b5_cb_band_pos <= 28) && in ihevce_sao_ctb()221 (ps_sao->b5_cr_band_pos <= 28)); in ihevce_sao_ctb()[all …]
1419 sao_enc_t *ps_sao; in ihevce_cabac_encode_sao() local1428 ps_sao = &ps_ctb_enc_loop_out->s_sao; in ihevce_cabac_encode_sao()1430 ASSERT(ps_sao->b1_sao_merge_left_flag < 2); in ihevce_cabac_encode_sao()1439 ihevce_cabac_encode_bin(ps_cabac, ps_sao->b1_sao_merge_left_flag, IHEVC_CAB_SAO_MERGE); in ihevce_cabac_encode_sao()1441 AEV_TRACE("sao_merge_flag", ps_sao->b1_sao_merge_left_flag, ps_cabac->u4_range); in ihevce_cabac_encode_sao()1444 if((u1_top_avail == 1) && (!ps_sao->b1_sao_merge_left_flag)) in ihevce_cabac_encode_sao()1448 ihevce_cabac_encode_bin(ps_cabac, ps_sao->b1_sao_merge_up_flag, IHEVC_CAB_SAO_MERGE); in ihevce_cabac_encode_sao()1450 AEV_TRACE("sao_merge_flag", ps_sao->b1_sao_merge_up_flag, ps_cabac->u4_range); in ihevce_cabac_encode_sao()1453 if((!ps_sao->b1_sao_merge_left_flag) && (!ps_sao->b1_sao_merge_up_flag)) in ihevce_cabac_encode_sao()1456 WORD32 sao_type_idx = ps_sao->b3_y_type_idx; in ihevce_cabac_encode_sao()[all …]
1815 sao_enc_t *ps_sao; member
2551 ps_sao_ctxt->ps_sao = &ps_ctb_out_sao->s_sao; in ihevce_enc_loop_process_row()2696 ps_ctxt->s_sao_ctxt_t.ps_sao = &ps_ctb_out_sao->s_sao; in ihevce_enc_loop_process_row()
92 sao_t *ps_sao; in ihevcd_sao_ctb() local121 …ps_sao = ps_sao_ctxt->ps_pic_sao + ps_sao_ctxt->i4_ctb_x + ps_sao_ctxt->i4_ctb_y * ps_sps->i2_pic_… in ihevcd_sao_ctb()151 ai1_offset_y[1] = ps_sao->b4_y_offset_1; in ihevcd_sao_ctb()152 ai1_offset_y[2] = ps_sao->b4_y_offset_2; in ihevcd_sao_ctb()153 ai1_offset_y[3] = ps_sao->b4_y_offset_3; in ihevcd_sao_ctb()154 ai1_offset_y[4] = ps_sao->b4_y_offset_4; in ihevcd_sao_ctb()156 ai1_offset_cb[1] = ps_sao->b4_cb_offset_1; in ihevcd_sao_ctb()157 ai1_offset_cb[2] = ps_sao->b4_cb_offset_2; in ihevcd_sao_ctb()158 ai1_offset_cb[3] = ps_sao->b4_cb_offset_3; in ihevcd_sao_ctb()159 ai1_offset_cb[4] = ps_sao->b4_cb_offset_4; in ihevcd_sao_ctb()[all …]
1978 sao_t *ps_sao; in ihevcd_parse_sao() local1996 ps_sao = ps_codec->s_parse.ps_pic_sao + rx + ry * ps_sps->i2_pic_wd_in_ctb; in ihevcd_parse_sao()1999 ps_sao->b3_y_type_idx = 0; in ihevcd_parse_sao()2000 ps_sao->b3_cb_type_idx = 0; in ihevcd_parse_sao()2001 ps_sao->b3_cr_type_idx = 0; in ihevcd_parse_sao()2037 *ps_sao = *(ps_sao - 1); in ihevcd_parse_sao()2041 *ps_sao = *(ps_sao - ps_sps->i2_pic_wd_in_ctb); in ihevcd_parse_sao()2067 ps_sao->b3_y_type_idx = sao_type_idx; in ihevcd_parse_sao()2081 ps_sao->b3_cb_type_idx = sao_type_idx; in ihevcd_parse_sao()2082 ps_sao->b3_cr_type_idx = sao_type_idx; in ihevcd_parse_sao()[all …]