Home
last modified time | relevance | path

Searched refs:cu_pos_y_parent (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/
Dihevce_common_utils.c1383 WORD32 cu_pos_y_parent; in ihevce_cu_tree_init() local
1390 cu_pos_y_parent = (e_parent_blk_pos & 2) << 1; in ihevce_cu_tree_init()
1392 cu_pos_y = cu_pos_y_parent + (e_cur_blk_pos & 2); in ihevce_cu_tree_init()
1403 WORD32 cu_pos_y_parent; in ihevce_cu_tree_init() local
1410 cu_pos_y_parent = cu_pos_y_grandparent + (e_parent_blk_pos & 2); in ihevce_cu_tree_init()
1412 cu_pos_y = cu_pos_y_parent + ((e_cur_blk_pos & 2) >> 1); in ihevce_cu_tree_init()
Dihevce_enc_cu_recursion.c953 WORD32 cu_pos_y_parent; in ihevce_populate_cu_tree() local
970 cu_pos_y_parent = (e_parent_blk_pos & 2) << 1; in ihevce_populate_cu_tree()
972 cu_pos_y = cu_pos_y_parent + (e_cur_blk_pos & 2); in ihevce_populate_cu_tree()
1017 WORD32 cu_pos_y_parent; in ihevce_populate_cu_tree() local
1029 cu_pos_y_parent = cu_pos_y_grandparent + (e_parent_blk_pos & 2); in ihevce_populate_cu_tree()
1031 cu_pos_y = cu_pos_y_parent + ((e_cur_blk_pos & 2) >> 1); in ihevce_populate_cu_tree()