Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_interface.h48 #define MAX_NUM_LAYERS 4 macro
83 #define HME_MEMTABS_COARSE_LAYER_CTXT (5 * (MAX_NUM_LAYERS - 1) * (MAX_NUM_REF + 1))
324 hme_ref_buf_info_t as_ref_info[MAX_NUM_LAYERS];
407 S32 a_wd[MAX_NUM_LAYERS];
412 S32 a_ht[MAX_NUM_LAYERS];
587 hme_inp_buf_attr_t s_layer_desc[MAX_NUM_LAYERS];
Dhme_defs.h2574 layer_ctxt_t *aps_layers[MAX_NUM_LAYERS];
2667 dyn_range_prms_t as_dyn_range_prms[MAX_NUM_LAYERS][MAX_NUM_REF];
2670 WORD16 i2_dyn_min_y_per_poc[MAX_NUM_LAYERS];
2672 WORD16 i2_dyn_max_y_per_poc[MAX_NUM_LAYERS];
2694 U08 *apu1_list_inp[MAX_NUM_LAYERS][MAX_NUM_REF];
2739 U08 u1_encode[MAX_NUM_LAYERS];
2761 S32 a_wd[MAX_NUM_LAYERS];
2762 S32 a_ht[MAX_NUM_LAYERS];
2992 U08 *apu1_list_rec_fxfy[MAX_NUM_LAYERS][MAX_NUM_REF];
2993 U08 *apu1_list_rec_hxfy[MAX_NUM_LAYERS][MAX_NUM_REF];
[all …]
Dhme_interface.c694 if(n_layers > (MAX_NUM_LAYERS - 1)) in hme_validate_init_prms()
1034 ASSERT(n_enc_layers < MAX_NUM_LAYERS); in hme_derive_num_layers()
1062 for(i = n_enc_layers; i < MAX_NUM_LAYERS; i++) in hme_derive_num_layers()
1139 S32 a_wd[MAX_NUM_LAYERS], a_ht[MAX_NUM_LAYERS]; in hme_enc_alloc_init_mem()
1140 S32 a_disp_wd[MAX_NUM_LAYERS], a_disp_ht[MAX_NUM_LAYERS]; in hme_enc_alloc_init_mem()
1747 S32 a_wd[MAX_NUM_LAYERS], a_ht[MAX_NUM_LAYERS]; in hme_coarse_alloc_init_mem()
1748 S32 a_disp_wd[MAX_NUM_LAYERS], a_disp_ht[MAX_NUM_LAYERS]; in hme_coarse_alloc_init_mem()
1757 hme_mv_t *aps_mv_bank[MAX_NUM_LAYERS] = { NULL }; in hme_coarse_alloc_init_mem()
1758 S32 ai4_num_mvs_per_row[MAX_NUM_LAYERS] = { 0 }; in hme_coarse_alloc_init_mem()
1759 S08 *api1_ref_idx[MAX_NUM_LAYERS] = { NULL }; in hme_coarse_alloc_init_mem()
[all …]
Dihevce_coarse_me_pass.c543 dyn_range_prms_t *aps_dyn_range_prms_thrd0[MAX_NUM_LAYERS]; in ihevce_coarse_me_frame_end()
Dihevce_decomp_pre_intra_pass.c1735 WORD32 a_disp_wd[MAX_NUM_LAYERS], a_disp_ht[MAX_NUM_LAYERS]; in ihevce_decomp_pre_intra_init()
Dihevce_enc_structs.h169 #define MAX_NUM_LAYERS 4 macro
/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Disac.c41 #define MAX_NUM_LAYERS 10 macro
1040 (numLayer > MAX_NUM_LAYERS)) { in Decode()