Searched refs:GET_NUM_MEMTAB (Results 1 – 14 of 14) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_rc_mem_interface.c | 353 …irc_rate_control_num_fill_use_free_memtab((rate_control_api_t **)refptr1[0], NULL, GET_NUM_MEMTAB); in ih264e_get_rate_control_mem_tab() 363 …memtab = ih264e_frame_time_get_init_free_memtab((frame_time_t **)refptr1[1], NULL, GET_NUM_MEMTAB); in ih264e_get_rate_control_mem_tab() 373 …memtab = ih264e_time_stamp_get_init_free_memtab((time_stamp_t **)refptr1[2], NULL, GET_NUM_MEMTAB); in ih264e_get_rate_control_mem_tab() 383 …mtab = ih264e_pd_frm_rate_get_init_free_memtab((pd_frm_rate_t **)refptr1[3], NULL, GET_NUM_MEMTAB); in ih264e_get_rate_control_mem_tab()
|
D | ih264e_time_stamp.c | 232 if (e_func_type == GET_NUM_MEMTAB || e_func_type == FILL_MEMTAB) in ih264e_frame_time_get_init_free_memtab() 236 if (e_func_type != GET_NUM_MEMTAB) in ih264e_frame_time_get_init_free_memtab() 422 if (e_func_type == GET_NUM_MEMTAB || e_func_type == FILL_MEMTAB) in ih264e_time_stamp_get_init_free_memtab() 426 if (e_func_type != GET_NUM_MEMTAB) in ih264e_time_stamp_get_init_free_memtab()
|
D | ih264e_modify_frm_rate.c | 113 if (e_func_type == GET_NUM_MEMTAB || e_func_type == FILL_MEMTAB) in ih264e_pd_frm_rate_get_init_free_memtab() 117 if (e_func_type != GET_NUM_MEMTAB) in ih264e_pd_frm_rate_get_init_free_memtab()
|
D | irc_mb_model_based.c | 56 if(e_func_type == GET_NUM_MEMTAB || e_func_type == FILL_MEMTAB) in irc_mbrc_num_fill_use_free_memtab() 62 if(e_func_type != GET_NUM_MEMTAB) in irc_mbrc_num_fill_use_free_memtab()
|
D | irc_fixed_point_error_bits.c | 71 if(e_func_type == GET_NUM_MEMTAB || e_func_type == FILL_MEMTAB) in irc_error_bits_num_fill_use_free_memtab() 75 if(e_func_type != GET_NUM_MEMTAB) in irc_error_bits_num_fill_use_free_memtab()
|
D | irc_est_sad.c | 66 if(e_func_type == GET_NUM_MEMTAB || e_func_type == FILL_MEMTAB) in irc_est_sad_num_fill_use_free_memtab() 70 if(e_func_type != GET_NUM_MEMTAB) in irc_est_sad_num_fill_use_free_memtab()
|
D | ih264e_rc_mem_interface.h | 87 GET_NUM_MEMTAB = 0, enumerator
|
D | irc_mem_req_and_acq.h | 87 GET_NUM_MEMTAB = 0, enumerator
|
D | irc_vbr_storage_vbv.c | 82 if(e_func_type == GET_NUM_MEMTAB || e_func_type == FILL_MEMTAB) in irc_vbr_vbv_num_fill_use_free_memtab() 86 if(e_func_type != GET_NUM_MEMTAB) in irc_vbr_vbv_num_fill_use_free_memtab()
|
D | irc_rd_model.c | 64 if(e_func_type == GET_NUM_MEMTAB || e_func_type == FILL_MEMTAB) in irc_rd_model_num_fill_use_free_memtab() 68 if(e_func_type != GET_NUM_MEMTAB) in irc_rd_model_num_fill_use_free_memtab()
|
D | irc_cbr_buffer_control.c | 88 if(e_func_type == GET_NUM_MEMTAB || e_func_type == FILL_MEMTAB) in irc_cbr_buffer_num_fill_use_free_memtab() 91 if(e_func_type != GET_NUM_MEMTAB) in irc_cbr_buffer_num_fill_use_free_memtab()
|
D | irc_bit_allocation.c | 260 if(e_func_type == GET_NUM_MEMTAB || e_func_type == FILL_MEMTAB) in irc_ba_num_fill_use_free_memtab() 264 if(e_func_type != GET_NUM_MEMTAB) in irc_ba_num_fill_use_free_memtab()
|
D | irc_picture_type.c | 234 if(e_func_type == GET_NUM_MEMTAB || e_func_type == FILL_MEMTAB) in irc_pic_handling_num_fill_use_free_memtab() 240 if(e_func_type != GET_NUM_MEMTAB) in irc_pic_handling_num_fill_use_free_memtab()
|
D | irc_rate_control_api.c | 86 if(e_func_type == GET_NUM_MEMTAB || e_func_type == FILL_MEMTAB) in irc_rate_control_num_fill_use_free_memtab() 90 if(e_func_type != GET_NUM_MEMTAB) in irc_rate_control_num_fill_use_free_memtab()
|