Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_common_utils.c1399 WORD32 cu_pos_x_grandparent; in ihevce_cu_tree_init() local
1407 cu_pos_x_grandparent = (e_grandparent_blk_pos & 1) << 2; in ihevce_cu_tree_init()
1409 cu_pos_x_parent = cu_pos_x_grandparent + ((e_parent_blk_pos & 1) << 1); in ihevce_cu_tree_init()
Dihevce_enc_cu_recursion.c1013 WORD32 cu_pos_x_grandparent; in ihevce_populate_cu_tree() local
1026 cu_pos_x_grandparent = (e_grandparent_blk_pos & 1) << 2; in ihevce_populate_cu_tree()
1028 cu_pos_x_parent = cu_pos_x_grandparent + ((e_parent_blk_pos & 1) << 1); in ihevce_populate_cu_tree()