Home
last modified time | relevance | path

Searched refs:e_grandparent_blk_pos (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/encoder/
Dihevce_enc_cu_recursion.h60 CU_POS_T e_grandparent_blk_pos,
Dihevce_common_utils.c1341 CU_POS_T e_grandparent_blk_pos, in ihevce_cu_tree_init() argument
1407 cu_pos_x_grandparent = (e_grandparent_blk_pos & 1) << 2; in ihevce_cu_tree_init()
1408 cu_pos_y_grandparent = (e_grandparent_blk_pos & 2) << 1; in ihevce_cu_tree_init()
Dihevce_common_utils.h213 CU_POS_T e_grandparent_blk_pos,
Dihevce_enc_cu_recursion.c852 CU_POS_T e_grandparent_blk_pos, in ihevce_populate_cu_tree() argument
1019 WORD32 valid_flag_8 = (ps_cur_ipe_ctb->as_intra32_analyse[e_grandparent_blk_pos] in ihevce_populate_cu_tree()
1026 cu_pos_x_grandparent = (e_grandparent_blk_pos & 1) << 2; in ihevce_populate_cu_tree()
1027 cu_pos_y_grandparent = (e_grandparent_blk_pos & 2) << 1; in ihevce_populate_cu_tree()
Dihevce_me_pass.c554 CU_POS_T e_grandparent_blk_pos, in ihevce_populate_me_ctb_data() argument
596 WORD32 i4_blk_id = e_cur_blk_pos + (e_parent_blk_pos << 2) + (e_grandparent_blk_pos << 4); in ihevce_populate_me_ctb_data()
Dhme_refine.c4825 CU_POS_T e_grandparent_blk_pos, in hme_build_cu_tree() argument
4834 e_grandparent_blk_pos, in hme_build_cu_tree()
4935 CU_POS_T e_grandparent_blk_pos, in hme_populate_cu_tree() argument
5196 ->pi4_blk_8x8_mask[(S32)(e_grandparent_blk_pos << 2) + e_parent_blk_pos]; in hme_populate_cu_tree()
5197 S32 merge_flag_16 = (ps_cur_ipe_ctb->as_intra32_analyse[e_grandparent_blk_pos] in hme_populate_cu_tree()
5201 (ps_cur_ipe_ctb->as_intra32_analyse[e_grandparent_blk_pos].b1_merge_flag); in hme_populate_cu_tree()
5225 switch(e_grandparent_blk_pos) in hme_populate_cu_tree()
5281 ps_32x32_blk = &ps_ctb_cluster_info->ps_32x32_blk[e_grandparent_blk_pos]; in hme_populate_cu_tree()