Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_utils.c4415 U08 u1_4x4_blk_in_l1me) in hme_search_cand_data_init() argument
4422 if(!u1_is_bidir_enabled && !u1_4x4_blk_in_l1me) in hme_search_cand_data_init()
4484 else if(!u1_is_bidir_enabled && u1_4x4_blk_in_l1me) in hme_search_cand_data_init()
4626 if(!u1_4x4_blk_in_l1me) in hme_search_cand_data_init()
4667 8 + ((i4_num_act_ref_l0 > 1) * 2) + u1_4x4_blk_in_l1me; in hme_search_cand_data_init()
4669 (u1_4x4_blk_in_l1me * 3) + 2 + ((i4_num_act_ref_l0 > 1) * 2); in hme_search_cand_data_init()
4674 8 + ((i4_num_act_ref_l1 > 1) * 2) + u1_4x4_blk_in_l1me; in hme_search_cand_data_init()
4676 (u1_4x4_blk_in_l1me * 3) + 2 + ((i4_num_act_ref_l1 > 1) * 2); in hme_search_cand_data_init()
Dhme_utils.h801 U08 u1_4x4_blk_in_l1me);