HomeSort by relevance Sort by last modified time
    Searched defs:i4_resolution_id (Results 1 - 7 of 7) sorted by null

  /external/libhevc/encoder/
ihevce_hle_q_func.c 649 WORD32 i4_resolution_id = 0; local
654 for(i4_resolution_id = 0; i4_resolution_id < i4_num_res_layers; i4_resolution_id++)
656 ps_enc_ctxt = (enc_ctxt_t *)ps_hle_ctxt->apv_enc_hdl[i4_resolution_id];
ihevce_error_check.c 161 WORD32 i4_resolution_id; local
169 for(i4_resolution_id = 0; i4_resolution_id < i4_num_resolutions; i4_resolution_id++)
171 ai4_num_bitrate_instances[i4_resolution_id] =
172 ps_static_cfg_prms->s_tgt_lyr_prms.as_tgt_params[i4_resolution_id]
    [all...]
ihevce_entropy_cod.c 154 WORD32 i4_bitrate_instance_num, i4_resolution_id, i4_out_res_id; local
176 i4_resolution_id = ps_enc_ctxt->i4_resolution_id;
177 i4_out_res_id = i4_resolution_id;
213 if(1 == ps_enc_ctxt->s_multi_thrd.pi4_active_res_id[i4_resolution_id])
214 ps_enc_ctxt->s_multi_thrd.pi4_active_res_id[i4_resolution_id] = 0;
220 if(0 == ps_enc_ctxt->s_multi_thrd.pi4_active_res_id[i4_resolution_id])
235 if(ctr != i4_resolution_id)
251 ps_enc_ctxt->s_multi_thrd.pi4_active_res_id[i4_resolution_id] = 1;
284 &ps_hle_ctxt->profile_entropy[ps_enc_ctxt->i4_resolution_id][i4_bitrate_instance_num])
    [all...]
ihevce_hle_interface.c 365 ps_enc_ctxt->i4_resolution_id = ctr;
488 WORD32 ctb_align_pic_ht, i4_resolution_id = 0, i4_num_resolutions, i4_num_bitrate_instances; local
491 ps_enc_ctxt = (enc_ctxt_t *)ps_hle_ctxt->apv_enc_hdl[i4_resolution_id];
816 if(0 == ps_enc_ctxt->i4_resolution_id)
844 if(0 == ps_enc_ctxt->i4_resolution_id)
873 if(0 == ps_enc_ctxt->i4_resolution_id)
1644 WORD32 i4_resolution_id = 0; local
    [all...]
ihevce_memory_init.c 185 WORD32 i, i4_resolution_id = ps_enc_ctxt->i4_resolution_id; //counter local
259 ps_enc_ctxt->ps_stat_prms->s_tgt_lyr_prms.as_tgt_params[ps_enc_ctxt->i4_resolution_id]
262 ps_enc_ctxt->ps_stat_prms->s_tgt_lyr_prms.as_tgt_params[ps_enc_ctxt->i4_resolution_id]
266 ps_enc_ctxt->ps_stat_prms->s_tgt_lyr_prms.as_tgt_params[ps_enc_ctxt->i4_resolution_id]
269 ps_enc_ctxt->ps_stat_prms->s_tgt_lyr_prms.as_tgt_params[ps_enc_ctxt->i4_resolution_id]
303 ps_enc_ctxt->ps_stat_prms->s_tgt_lyr_prms.as_tgt_params[ps_enc_ctxt->i4_resolution_id]
306 ps_enc_ctxt->ps_stat_prms->s_tgt_lyr_prms.as_tgt_params[ps_enc_ctxt->i4_resolution_id]
313 ps_enc_ctxt->ps_stat_prms->s_tgt_lyr_prms.as_tgt_params[ps_enc_ctxt->i4_resolution_id]
316 ps_enc_ctxt->ps_stat_prms->s_tgt_lyr_prms.as_tgt_params[ps_enc_ctxt->i4_resolution_id]
    [all...]
ihevce_frame_process.c 1085 WORD32 i4_resolution_id = ps_enc_ctxt->i4_resolution_id; local
2890 WORD32 i4_resolution_id; local
4799 i4_resolution_id = ps_enc_ctxt->i4_resolution_id; \/\/number of bit-rate instances local
5005 WORD32 i4_resolution_id = ps_enc_ctxt->i4_resolution_id; local
6097 WORD32 i4_resolution_id = ps_enc_ctxt->i4_resolution_id; local
    [all...]
ihevce_enc_structs.h 3145 WORD32 i4_resolution_id; member in struct:__anon28645
    [all...]

Completed in 57 milliseconds