Home | History | Annotate | Download | only in encoder

Lines Matching defs:ctxt_sel

141     WORD32 ctxt_sel = ps_codec->i4_encode_api_call_cnt % MAX_CTXT_SETS;
144 entropy_ctxt_t *ps_entropy = &ps_codec->as_process[ctxt_sel * MAX_PROCESS_THREADS].s_entropy;
156 out_buf_t *ps_out_buf = &ps_codec->as_out_buf[ctxt_sel];
312 WORD32 ctxt_sel = ps_proc->i4_encode_api_call_cnt % MAX_CTXT_SETS;
355 s_out_buf = ps_codec->as_out_buf[ctxt_sel];
586 ps_codec, ctxt_sel,
590 if (ps_codec->s_rate_control.post_encode_skip[ctxt_sel])
606 if (!ps_codec->s_rate_control.post_encode_skip[ctxt_sel]
614 ps_codec->as_out_buf[ctxt_sel].s_bits_buf.u4_bytes =
621 ps_codec->au4_entropy_thread_active[ctxt_sel] = 0;
1925 WORD32 ctxt_sel = ps_proc->i4_encode_api_call_cnt % MAX_CTXT_SETS;
2283 ps_codec->as_rec_buf[ctxt_sel].i4_pic_cnt = ps_proc->i4_pic_cnt;
2286 ps_codec->as_rec_buf[ctxt_sel].s_pic_buf = *ps_proc->ps_cur_pic;
2289 ps_codec->as_rec_buf[ctxt_sel].u4_is_last = ps_proc->s_entropy.u4_is_last;
2292 ps_codec->as_rec_buf[ctxt_sel].u4_timestamp_high = ps_proc->s_entropy.u4_timestamp_high;
2293 ps_codec->as_rec_buf[ctxt_sel].u4_timestamp_low = ps_proc->s_entropy.u4_timestamp_low;
2319 * @param[in] ctxt_sel
2332 WORD32 ih264e_update_rc_post_enc(codec_t *ps_codec, WORD32 ctxt_sel, WORD32 i4_is_first_frm)
2335 WORD32 i4_proc_ctxt_sel_base = ctxt_sel ? (MAX_PROCESS_CTXT / 2) : 0;
2414 &ps_codec->s_rate_control.post_encode_skip[ctxt_sel],
2469 WORD32 ctxt_sel = ps_codec->i4_encode_api_call_cnt % MAX_CTXT_SETS;
2471 volatile UWORD32 *pu4_buf = &ps_codec->au4_entropy_thread_active[ctxt_sel];