HomeSort by relevance Sort by last modified time
    Searched refs:cu_pos_x (Results 1 - 10 of 10) sorted by null

  /external/libhevc/encoder/
ihevce_cabac_rdo.h 78 WORD32 cu_pos_x,
88 WORD32 cu_pos_x,
ihevce_enc_loop_utils.h 242 WORD32 cu_pos_x,
255 WORD32 cu_pos_x,
267 WORD32 cu_pos_x,
293 WORD32 cu_pos_x,
328 WORD32 cu_pos_x,
424 void ihevce_update_pred_qp(ihevce_enc_loop_ctxt_t *ps_ctxt, WORD32 cu_pos_x, WORD32 cu_pos_y);
ihevce_cabac_rdo.c 329 * @param[in] cu_pos_x
362 WORD32 cu_pos_x,
387 ASSERT((cu_pos_x >= 0) && (cu_pos_x <= (1 << (log2_ctb_size - 3))));
403 s_enc_cu.b3_cu_pos_x = cu_pos_x;
589 * @param[in] cu_pos_x
607 WORD32 cu_pos_x,
620 WORD32 cu_x0_frm = cu_pos_x + ctb_x0_frm;
ihevce_common_utils.c 1345 WORD32 cu_pos_x = 0; local
    [all...]
ihevce_enc_loop_utils.c 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; local
2877 WORD32 cu_pos_x; local
6453 WORD32 cu_pos_x; local
8571 WORD32 cu_pos_x, cu_pos_y; local
    [all...]
ihevce_bs_compute_ctb.c 182 * cu_pos_x : X Position of CU in current ctb
236 WORD32 cu_pos_x = ps_cu_final->b3_cu_pos_x; local
450 ps_curr_nbr_4x4_pu = ps_curr_nbr_4x4 + (pu_pos_x - (cu_pos_x << 1)) +
494 ps_nbr_4x4 = ps_top_nbr_4x4 + (nbr_inc * (pu_pos_x - (cu_pos_x << 1)));
ihevce_recur_bracketing.c 539 WORD32 cu_pos_x = ps_cu_node->ps_parent->u2_x0 << 1; local
560 cu_pos_x + ((j) * (trans_size >> 2)),
611 cu_pos_x + ((j) * (trans_size >> 2)),
662 WORD32 cu_pos_x = 0; local
827 cu_pos_x = gau1_cu_pos_x[blk_cnt];
842 if((cu_pos_x < num_8x8_blks_x) && (cu_pos_y < num_8x8_blks_y))
891 if(((num_8x8_blks_x - cu_pos_x) >= 2) && ((num_8x8_blks_y - cu_pos_y) >= 2))
901 if(((num_8x8_blks_x - cu_pos_x) >= 4) && ((num_8x8_blks_y - cu_pos_y) >= 4))
3066 WORD32 cu_pos_x, cu_pos_y; local
    [all...]
ihevce_enc_cu_recursion.c 858 WORD32 cu_pos_x = 0; local
878 cu_pos_x = 0;
914 cu_pos_x = (e_cur_blk_pos & 1) << 2;
1590 WORD32 cu_pos_x = ps_cu_tree_analyse->b3_cu_pos_x; local
    [all...]
ihevce_enc_loop_structs.h     [all...]
  /external/libhevc/decoder/
ihevcd_parse_slice.c 1181 WORD32 cu_pos_x; local
1695 WORD32 cu_pos_x; local
1856 WORD32 cu_pos_x = ps_codec->s_parse.s_cu.i4_pos_x << 3; local
1878 WORD32 cu_pos_x; local
    [all...]

Completed in 176 milliseconds