HomeSort by relevance Sort by last modified time
    Searched refs:hme_enc_num_alloc (Results 1 - 3 of 3) sorted by null

  /external/libhevc/encoder/
ihevce_me_pass.c 167 WORD32 me_mem_recs = hme_enc_num_alloc(i4_num_me_frm_pllel);
358 ASSERT(MAX_HME_ENC_TOT_MEMTABS >= hme_enc_num_alloc(i4_num_me_frm_pllel));
362 ASSERT(MIN_HME_ENC_TOT_MEMTABS >= hme_enc_num_alloc(i4_num_me_frm_pllel));
374 ASSERT(n_tabs == hme_enc_num_alloc(i4_num_me_frm_pllel));
446 n_tabs = hme_enc_num_alloc(i4_num_me_frm_pllel);
    [all...]
hme_interface.h 606 * @fn hme_enc_num_alloc()
613 S32 hme_enc_num_alloc(WORD32 i4_num_me_frm_pllel);
    [all...]
hme_interface.c 642 * @fn hme_enc_num_alloc()
649 S32 hme_enc_num_alloc(WORD32 i4_num_me_frm_pllel) function
    [all...]

Completed in 1022 milliseconds