/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | context.c | 336 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 D | picture_hevc_enc.c | 84 _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 D | picture_h264_enc.c | 56 _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 D | picture_h264.c | 152 context->desc.h264.frame_num_list[i] = h264->ReferenceFrames[i].frame_idx; in vlVaHandlePictureParameterBufferH264()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vdpau_h264.c | 49 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 D | nvdec_h264.c | 33 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 D | vaapi_h264.c | 64 va_pic->frame_idx = pic->long_ref ? pic->pic_id : pic->frame_num; in fill_vaapi_pic()
|
H A D | atrac9dec.c | 647 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 D | vaapi_encode_h264.c | 686 .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 D | wmavoice.c | 1475 * @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 D | nv84_video_bsp.c | 72 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 D | p_video_state.h | 445 struct hash_table *frame_idx; member 534 struct hash_table *frame_idx; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_vp3_video_vp.c | 159 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 D | radeon_vce.h | 362 unsigned int frame_idx[32]; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vce.h | 364 unsigned int frame_idx[32]; member
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | decode.c | 408 picture->frame_num_list[i] = picture_info->referenceFrames[i].frame_idx; in vlVdpDecoderRenderH264()
|