Home
last modified time | relevance | path

Searched refs:buffer_idx (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_vld_dec.c198 int buffer_idx = 0; in vld_dec_process_slice_data() local
220 while (buffer_idx < ctx->slice_param_list_idx) { in vld_dec_process_slice_data()
221 object_buffer_p slice_buf = ctx->slice_param_list[buffer_idx]; in vld_dec_process_slice_data()
225 buffer_idx++; in vld_dec_process_slice_data()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_h264_parser.c432 int buffer_idx; in vbp_set_reference_frames_h264() local
451 for (buffer_idx = 0; buffer_idx < dpb->ref_frames_in_buffer; buffer_idx++) in vbp_set_reference_frames_h264()
459 store = &dpb->fs[dpb->fs_ref_idc[buffer_idx]]; in vbp_set_reference_frames_h264()
491 for (buffer_idx = 0; buffer_idx < dpb->ltref_frames_in_buffer; buffer_idx++) in vbp_set_reference_frames_h264()
498 store = &dpb->fs[dpb->fs_ltref_idc[buffer_idx]]; in vbp_set_reference_frames_h264()
/hardware/intel/img/psb_video/src/mrst/
Dpsb_MPEG2.c1371 int buffer_idx = 0; in psb__MPEG2_process_slice_data() local
1390 while (buffer_idx < ctx->slice_param_list_idx) { in psb__MPEG2_process_slice_data()
1391 object_buffer_p slice_buf = ctx->slice_param_list[buffer_idx]; in psb__MPEG2_process_slice_data()
1395 buffer_idx++; in psb__MPEG2_process_slice_data()
Dpsb_H264.c1703 int buffer_idx = 0; in psb__H264_process_slice_data() local
1723 while (buffer_idx < ctx->slice_param_list_idx) { in psb__H264_process_slice_data()
1724 object_buffer_p slice_buf = ctx->slice_param_list[buffer_idx]; in psb__H264_process_slice_data()
1736 buffer_idx++; in psb__H264_process_slice_data()
Dpsb_MPEG4.c1335 int buffer_idx = 0; in psb__MPEG4_process_slice_data() local
1354 while (buffer_idx < ctx->slice_param_list_idx) { in psb__MPEG4_process_slice_data()
1355 object_buffer_p slice_buf = ctx->slice_param_list[buffer_idx]; in psb__MPEG4_process_slice_data()
1359 buffer_idx++; in psb__MPEG4_process_slice_data()
Dpsb_VC1.c2593 int buffer_idx = 0; in psb__VC1_process_slice_data() local
2615 while (buffer_idx < ctx->slice_param_list_idx) { in psb__VC1_process_slice_data()
2616 object_buffer_p slice_buf = ctx->slice_param_list[buffer_idx]; in psb__VC1_process_slice_data()
2620 buffer_idx++; in psb__VC1_process_slice_data()