Home
last modified time | relevance | path

Searched refs:frame_idx (Results 1 - 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/va/
H A Dcontext.c336 context->desc.h264enc.frame_idx = util_hash_table_create_ptr_keys(); in vlVaCreateContext()
340 context->desc.h265enc.frame_idx = util_hash_table_create_ptr_keys(); in vlVaCreateContext()
375 if (context->desc.h264enc.frame_idx) in vlVaDestroyContext()
376 _mesa_hash_table_destroy(context->desc.h264enc.frame_idx, NULL); in vlVaDestroyContext()
380 if (context->desc.h265enc.frame_idx) in vlVaDestroyContext()
381 _mesa_hash_table_destroy(context->desc.h265enc.frame_idx, NULL); in vlVaDestroyContext()
H A Dpicture_hevc_enc.c84 _mesa_hash_table_insert(context->desc.h265enc.frame_idx, in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
103 context->desc.h265enc.ref_idx_l0 = PTR_TO_UINT(util_hash_table_get(context->desc.h265enc.frame_idx, in vlVaHandleVAEncSliceParameterBufferTypeHEVC()
108 context->desc.h265enc.ref_idx_l1 = PTR_TO_UINT(util_hash_table_get(context->desc.h265enc.frame_idx, in vlVaHandleVAEncSliceParameterBufferTypeHEVC()
H A Dpicture_h264_enc.c56 _mesa_hash_table_insert(context->desc.h264enc.frame_idx, in vlVaHandleVAEncPictureParameterBufferTypeH264()
99 context->desc.h264enc.ref_idx_l0_list[i] = PTR_TO_UINT(util_hash_table_get(context->desc.h264enc.frame_idx, in vlVaHandleVAEncSliceParameterBufferTypeH264()
103 context->desc.h264enc.ref_idx_l1_list[i] = PTR_TO_UINT(util_hash_table_get(context->desc.h264enc.frame_idx, in vlVaHandleVAEncSliceParameterBufferTypeH264()
H A Dpicture_h264.c152 context->desc.h264.frame_num_list[i] = h264->ReferenceFrames[i].frame_idx; in vlVaHandlePictureParameterBufferH264()
/third_party/ffmpeg/libavcodec/
H A Dvdpau_h264.c49 rf->frame_idx = 0; in vdpau_h264_clear_rf()
66 rf->frame_idx = pic->long_ref ? pic->pic_id : pic->frame_num; in vdpau_h264_set_rf()
98 (rf2->frame_idx == pic_frame_idx)) in vdpau_h264_set_reference_frames()
H A Dnvdec_h264.c33 int frame_idx) in dpb_add()
39 dst->FrameIdx = frame_idx; in dpb_add()
32 dpb_add(const H264Context *h, CUVIDH264DPBENTRY *dst, const H264Picture *src, int frame_idx) dpb_add() argument
H A Dvaapi_h264.c64 va_pic->frame_idx = pic->long_ref ? pic->pic_id : pic->frame_num; in fill_vaapi_pic()
H A Datrac9dec.c647 int frame_idx, int block_idx) in atrac9_decode_block()
778 const ptrdiff_t offset = wsize*frame_idx*sizeof(float); in atrac9_decode_block()
645 atrac9_decode_block(ATRAC9Context *s, GetBitContext *gb, ATRAC9BlockData *b, AVFrame *frame, int frame_idx, int block_idx) atrac9_decode_block() argument
H A Dvaapi_encode_h264.c686 .frame_idx = hpic->frame_num, in vaapi_encode_h264_init_picture_params()
701 .frame_idx = href->frame_num, in vaapi_encode_h264_init_picture_params()
H A Dwmavoice.c1475 * @param frame_idx Frame number within superframe [0-2]
1484 static int synth_frame(AVCodecContext *ctx, GetBitContext *gb, int frame_idx, in synth_frame() argument
1622 &s->zero_exc_pf[s->history_nsamples + MAX_FRAMESIZE * frame_idx], in synth_frame()
1629 &s->zero_exc_pf[s->history_nsamples + MAX_FRAMESIZE * frame_idx + 80], in synth_frame()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video_bsp.c72 uint32_t frame_idx; // 0c member
134 ref->frame_idx = frame->frame_num; in nv84_decoder_bsp()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h445 struct hash_table *frame_idx; member
534 struct hash_table *frame_idx; member
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_vp.c159 uint32_t frame_idx; // 0c member
371 h->refs[j].frame_idx = d->frame_num_list[i]; in nouveau_vp3_fill_picparm_h264_vp()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_vce.h362 unsigned int frame_idx[32]; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vce.h364 unsigned int frame_idx[32]; member
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Ddecode.c408 picture->frame_num_list[i] = picture_info->referenceFrames[i].frame_idx; in vlVdpDecoderRenderH264()

Completed in 18 milliseconds