/third_party/ffmpeg/libavfilter/opencl/ |
D | tonemap.cl | 102 uint frame_idx = *frame_idx_p; 124 atomic_max(&peak_buf[frame_idx], avg_wg); 125 atomic_add(&avg_buf[frame_idx], avg_wg); 137 avg_buf[frame_idx] /= num_wg; 140 uint cur_max = peak_buf[frame_idx]; 141 uint cur_avg = avg_buf[frame_idx]; 151 avg_buf[frame_idx] = cur_avg; 152 peak_buf[frame_idx] = cur_max; 155 uint next = (frame_idx + 1) % (DETECTION_FRAMES + 1); 157 *max_total_p += peak_buf[frame_idx] - peak_buf[next]; [all …]
|
/third_party/mesa3d/src/gallium/frontends/va/ |
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()
|
D | picture_h264_enc.c | 56 _mesa_hash_table_insert(context->desc.h264enc.frame_idx, in vlVaHandleVAEncPictureParameterBufferTypeH264() 99 …>desc.h264enc.ref_idx_l0_list[i] = PTR_TO_UINT(util_hash_table_get(context->desc.h264enc.frame_idx, in vlVaHandleVAEncSliceParameterBufferTypeH264() 103 …>desc.h264enc.ref_idx_l1_list[i] = PTR_TO_UINT(util_hash_table_get(context->desc.h264enc.frame_idx, in vlVaHandleVAEncSliceParameterBufferTypeH264()
|
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()
|
D | picture_h264.c | 152 context->desc.h264.frame_num_list[i] = h264->ReferenceFrames[i].frame_idx; in vlVaHandlePictureParameterBufferH264()
|
/third_party/ffmpeg/libavcodec/ |
D | vdpau_h264.c | 50 rf->frame_idx = 0; in vdpau_h264_clear_rf() 67 rf->frame_idx = pic->long_ref ? pic->pic_id : pic->frame_num; in vdpau_h264_set_rf() 99 (rf2->frame_idx == pic_frame_idx)) in vdpau_h264_set_reference_frames()
|
D | nvdec_h264.c | 33 int frame_idx) in dpb_add() argument 39 dst->FrameIdx = frame_idx; in dpb_add()
|
D | vaapi_h264.c | 64 va_pic->frame_idx = pic->long_ref ? pic->pic_id : pic->frame_num; in fill_vaapi_pic()
|
D | wmavoice.c | 1483 static int synth_frame(AVCodecContext *ctx, GetBitContext *gb, int frame_idx, in synth_frame() argument 1616 &s->zero_exc_pf[s->history_nsamples + MAX_FRAMESIZE * frame_idx], in synth_frame() 1623 &s->zero_exc_pf[s->history_nsamples + MAX_FRAMESIZE * frame_idx + 80], in synth_frame()
|
D | atrac9dec.c | 645 int frame_idx, int block_idx) in atrac9_decode_block() argument 776 const ptrdiff_t offset = wsize*frame_idx*sizeof(float); in atrac9_decode_block()
|
D | vaapi_encode_h264.c | 685 .frame_idx = hpic->frame_num, in vaapi_encode_h264_init_picture_params() 700 .frame_idx = href->frame_num, in vaapi_encode_h264_init_picture_params()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
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/gstreamer/gstplugins_bad/sys/va/ |
D | gstvah264dec.c | 157 va_picture->frame_idx = 0; in _init_vaapi_pic() 181 va_picture->frame_idx = picture->long_term_frame_idx; in _fill_vaapi_pic() 185 va_picture->frame_idx = picture->frame_num; in _fill_vaapi_pic()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
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/ |
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/ |
D | radeon_vce.h | 362 unsigned int frame_idx[32]; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeon_vce.h | 364 unsigned int frame_idx[32]; member
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.2.7.rst | 159 - st/va: change frame_idx from array to hash table
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | decode.c | 408 picture->frame_num_list[i] = picture_info->referenceFrames[i].frame_idx; in vlVdpDecoderRenderH264()
|