Home | History | Annotate | Download | only in encoder

Lines Matching refs:cu_pos_x

687 void ihevce_update_pred_qp(ihevce_enc_loop_ctxt_t *ps_ctxt, WORD32 cu_pos_x, WORD32 cu_pos_y)
691 if(cu_pos_x == 0 && cu_pos_y == 0) /*CTB start*/
703 i4_top = ps_ctxt->ai4_qp_qg[(cu_pos_y - 1) * 8 + (cu_pos_x)];
705 if(cu_pos_x == 0) /*CTB boundary*/
711 i4_left = ps_ctxt->ai4_qp_qg[(cu_pos_y)*8 + (cu_pos_x - 1)];
2743 WORD32 cu_pos_x;
2753 cu_pos_x = ps_cu_analyse->b3_cu_pos_x << 1;
2762 cu_pos_x,
2877 WORD32 cu_pos_x;
2933 cu_pos_x = ps_cu_analyse->b3_cu_pos_x;
2935 cu_pos_x_8pelunits = cu_pos_x;
3068 cu_pos_x = cu_pos_x << 1;
3082 ps_final_prms->as_pu_enc_loop[0].b4_pos_x = cu_pos_x;
3156 cu_pos_x,
3172 cu_pos_x,
3760 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b4_pos_x = cu_pos_x;
3809 cu_pos_x,
3884 cu_pos_x += num_4x4_in_tu;
3911 cu_pos_x -= (num_4x4_in_tu << 1);
4135 * \param[in] cu_pos_x cu position x w.r.t to ctb
4154 WORD32 cu_pos_x,
4234 cu_pos_x = cu_pos_x << 1;
4748 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b4_pos_x = cu_pos_x + (curr_pos_x >> 2);
4811 curr_pos_x = cu_pos_x << 2; /* pel units */
4872 (cu_pos_x >> 1),
4943 cu_pos_x,
4952 (cu_pos_x >> 1), /* back to 8x8 pel units */
5067 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b4_pos_x = cu_pos_x + curr_pos_x;
5103 WORD32 cu_pos_x,
5168 cu_pos_x = cu_pos_x << 1;
5497 cu_pos_x * 4,
5524 curr_pos_x = cu_pos_x << 2; /* pel units */
5580 (cu_pos_x >> 1),
5651 cu_pos_x,
5660 (cu_pos_x >> 1), /* back to 8x8 pel units */
5775 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b4_pos_x = cu_pos_x + curr_pos_x;
5816 * \param[in] cu_pos_x cu position x w.r.t to ctb
5836 WORD32 cu_pos_x,
5875 cu_pos_x = cu_pos_x << 1;
5923 cu_pos_x,
5949 ps_ctxt->s_mc_ctxt.i4_ctb_frm_pos_x + (cu_pos_x << 2);
6178 cu_pos_x,
6216 cu_pos_x += (inter_pu_wd >> 2);
6453 WORD32 cu_pos_x;
6631 cu_pos_x = (ps_cu_analyse->b3_cu_pos_x << 1);
6659 (ctr & 1) * (luma_trans_size >> 2) + cu_pos_x,
7067 (ctr & 1) * (luma_trans_size >> 2) + cu_pos_x,
7175 * \param[out] cu_pos_x position x of current CU in CTB
7197 WORD32 cu_pos_x,
7439 curr_pos_x = (ps_tu->s_tu.b4_pos_x << 2) - (cu_pos_x << 3);
8144 curr_pos_x = cu_pos_x << 3; /* pel units */
8293 curr_pos_x = (ps_tu->s_tu.b4_pos_x << 2) - (cu_pos_x << 3);
8571 WORD32 cu_pos_x, cu_pos_y;
8636 cu_pos_x = u1_cu_pos_x;
8703 cu_pos_x,
8856 cu_pos_x_in_pix = (cu_pos_x_in_4x4 << 2) - (cu_pos_x << 3);
10034 (cu_pos_x << 1),
10042 cu_pos_x,