Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_tu_tree_selector.c196 UWORD16 u2_child_offset = 0; in ihevce_tu_node_init() local
255 u2_child_offset = 0; in ihevce_tu_node_init()
265 u2_child_offset = 4 * u1_posx / u1_size + 8 * u1_posy / u1_size; in ihevce_tu_node_init()
275 u2_child_offset = 4 * u1_posx / u1_size + 16 * u1_posy / u1_size; in ihevce_tu_node_init()
285 u2_child_offset = 4 * u1_posx / u1_size + 32 * u1_posy / u1_size; in ihevce_tu_node_init()
295 u2_child_offset = 0; in ihevce_tu_node_init()
307 ASSERT((u1_start_index_for_child + u2_child_offset + POS_BR) < (256 + 64 + 16 + 4 + 1)); in ihevce_tu_node_init()
310 ps_childNodeTL = ps_root + u1_start_index_for_child + u2_child_offset + POS_TL; in ihevce_tu_node_init()
311 ps_childNodeTR = ps_root + u1_start_index_for_child + u2_child_offset + POS_TR; in ihevce_tu_node_init()
312 ps_childNodeBL = ps_root + u1_start_index_for_child + u2_child_offset + POS_BL; in ihevce_tu_node_init()
[all …]