HomeSort by relevance Sort by last modified time
    Searched defs:cu_pos_y (Results 1 - 6 of 6) sorted by null

  /external/libhevc/encoder/
ihevce_bs_compute_ctb.c 183 * cu_pos_y : Y Position of CU in current ctb
238 WORD32 cu_pos_y = ps_cu_final->b3_cu_pos_y; local
451 (pu_pos_y - (cu_pos_y << 1)) * num_4x4_in_ctb;
524 ps_nbr_4x4 = ps_left_nbr_4x4 + (nbr_inc * (pu_pos_y - (cu_pos_y << 1)));
ihevce_common_utils.c 1346 WORD32 cu_pos_y = 0; local
    [all...]
ihevce_enc_cu_recursion.c 859 WORD32 cu_pos_y = 0; local
879 cu_pos_y = 0;
915 cu_pos_y = (e_cur_blk_pos & 2) << 1;
1591 WORD32 cu_pos_y = ps_cu_tree_analyse->b3_cu_pos_y; local
    [all...]
ihevce_recur_bracketing.c 183 * \param[in] cu_pos_y : cu position wrt to CTB
201 WORD32 cu_pos_y,
239 else if(0 == cu_pos_y) /* It's on the CTB boundary */
540 WORD32 cu_pos_y = ps_cu_node->ps_parent->u2_y0 << 1; local
561 cu_pos_y + ((i) * (trans_size >> 2)),
612 cu_pos_y + ((i) * (trans_size >> 2)),
663 WORD32 cu_pos_y = 0; local
828 cu_pos_y = gau1_cu_pos_y[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)
3066 WORD32 cu_pos_x, cu_pos_y; 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*/
697 if(cu_pos_y == 0) /*CTB boundary*/
703 i4_top = ps_ctxt->ai4_qp_qg[(cu_pos_y - 1) * 8 + (cu_pos_x)];
711 i4_left = ps_ctxt->ai4_qp_qg[(cu_pos_y)*8 + (cu_pos_x - 1)];
2744 WORD32 cu_pos_y; local
2878 WORD32 cu_pos_y; local
6454 WORD32 cu_pos_y; local
8571 WORD32 cu_pos_x, cu_pos_y; local
    [all...]
  /external/libhevc/decoder/
ihevcd_parse_slice.c 1182 WORD32 cu_pos_y; local
1696 WORD32 cu_pos_y; local
1857 WORD32 cu_pos_y = ps_codec->s_parse.s_cu.i4_pos_y << 3; local
1879 WORD32 cu_pos_y; local
    [all...]

Completed in 94 milliseconds