Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_common_utils.c1382 WORD32 cu_pos_x_parent; in ihevce_cu_tree_init() local
1389 cu_pos_x_parent = (e_parent_blk_pos & 1) << 2; in ihevce_cu_tree_init()
1391 cu_pos_x = cu_pos_x_parent + ((e_cur_blk_pos & 1) << 1); in ihevce_cu_tree_init()
1402 WORD32 cu_pos_x_parent; in ihevce_cu_tree_init() local
1409 cu_pos_x_parent = cu_pos_x_grandparent + ((e_parent_blk_pos & 1) << 1); in ihevce_cu_tree_init()
1411 cu_pos_x = cu_pos_x_parent + (e_cur_blk_pos & 1); in ihevce_cu_tree_init()
Dihevce_enc_cu_recursion.c952 WORD32 cu_pos_x_parent; in ihevce_populate_cu_tree() local
969 cu_pos_x_parent = (e_parent_blk_pos & 1) << 2; in ihevce_populate_cu_tree()
971 cu_pos_x = cu_pos_x_parent + ((e_cur_blk_pos & 1) << 1); in ihevce_populate_cu_tree()
1016 WORD32 cu_pos_x_parent; in ihevce_populate_cu_tree() local
1028 cu_pos_x_parent = cu_pos_x_grandparent + ((e_parent_blk_pos & 1) << 1); in ihevce_populate_cu_tree()
1030 cu_pos_x = cu_pos_x_parent + (e_cur_blk_pos & 1); in ihevce_populate_cu_tree()