Home | History | Annotate | Download | only in encoder

Lines Matching refs:as_inp_list

139  *     encoding. This queue is maintained at ps_codec->as_inp_list. Whenever a
237 ps_inp_buf = &(ps_codec->as_inp_list[ps_codec->i4_pic_cnt
345 ps_inp_buf = &(ps_codec->as_inp_list[u4_pic_id % MAX_NUM_BFRAMES]);
376 * frames in RC is ruled out. We have to modify the as_inp_list to simulate
378 * 1) Search through as_inp_list to locate the largest u4_timestamp_low less
382 * 2) Swap the position in as_inp_list. Hence now the last B frame is
411 ps_inp_list = &ps_codec->as_inp_list[0];
427 ps_swap_buff = &(ps_codec->as_inp_list[u4_lst_bframe]);