Home | History | Annotate | Download | only in encoder

Lines Matching refs:i4_br_id

293         WORD32 i4_br_id;
326 for(i4_br_id = 0; i4_br_id < ps_enc_ctxt->i4_num_bitrates; i4_br_id++)
330 .ai4_peak_bitrate[i4_br_id]);
333 .ai4_tgt_bitrate[i4_br_id] = (WORD32)(
444 WORD32 i4_br_id;
447 for(i4_br_id = 0; i4_br_id < ps_enc_ctxt->i4_num_bitrates; i4_br_id++)
449 PROFILE_INIT(&ps_hle_ctxt->profile_enc[ctr][i4_br_id]);
450 PROFILE_INIT(&ps_hle_ctxt->profile_entropy[ctr][i4_br_id]);
2252 WORD32 i4_br_id;
2255 for(i4_br_id = 0; i4_br_id < ai4_num_bitrate_instances[res_ctr]; i4_br_id++)
2257 PROFILE_END(&ps_hle_ctxt->profile_enc[res_ctr][i4_br_id], "enc process");
2258 PROFILE_END(&ps_hle_ctxt->profile_entropy[res_ctr][i4_br_id], "entropy process");