Lines Matching refs:yA
530 WORD32 xA, xB, yA, yB; in ihevce_pu_calc_8x8_blk() local
566 yA = ((ps_cu_node->ps_parent->u2_y0 << 3) >> 2) + 1 + i; in ihevce_pu_calc_8x8_blk()
568 yB = yA - 1; in ihevce_pu_calc_8x8_blk()
569 left_intra_mode = ps_ctxt->au1_ctb_mode_map[yA][xA]; in ihevce_pu_calc_8x8_blk()
617 yA = ((ps_cu_node->ps_parent->u2_y0 << 3) >> 2) + 1 + i; in ihevce_pu_calc_8x8_blk()
618 ps_ctxt->au1_ctb_mode_map[yA][xA] = ps_cu_node->ps_sub_cu[i * 2 + j]->best_mode; in ihevce_pu_calc_8x8_blk()
1183 WORD32 xA, yA, row, col; in ihevce_bracketing_analysis()
1185 yA = ((ps_cu_node->ps_sub_cu[j]->u2_y0 << 3) >> 2) + 1; in ihevce_bracketing_analysis()
1187 for(row = yA; row < (yA + size); row++) in ihevce_bracketing_analysis()
1793 WORD32 xA, yA, row, col; in ihevce_bracketing_analysis()
1795 yA = ((ps_cu_node->ps_sub_cu[j]->u2_y0 << 3) >> 2) + 1; in ihevce_bracketing_analysis()
1797 for(row = yA; row < (yA + size); row++) in ihevce_bracketing_analysis()
3071 WORD32 xA, yA, xB, yB; in ihevce_mode_eval_filtering() local
3118 yA = ((ps_cu_node->u2_y0 << 3) >> 2) + 1; in ihevce_mode_eval_filtering()
3120 yB = yA - 1; in ihevce_mode_eval_filtering()
3121 left_intra_mode = ps_ctxt->au1_ctb_mode_map[yA][xA]; in ihevce_mode_eval_filtering()