Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/
Dcodec_vp9.c535 vp9_loop_filter_init(struct amvdec_core *core, struct codec_vp9 *vp9) in vp9_loop_filter_init() argument
537 struct loop_filter_info_n *lfi = &vp9->lfi; in vp9_loop_filter_init()
538 struct loopfilter *lf = &vp9->lf; in vp9_loop_filter_init()
539 struct segmentation *seg_4lf = &vp9->seg_4lf; in vp9_loop_filter_init()
666 struct codec_vp9 *vp9 = sess->priv; in codec_vp9_flush_output() local
669 mutex_lock(&vp9->lock); in codec_vp9_flush_output()
670 list_for_each_entry_safe(tmp, n, &vp9->ref_frames_list, list) { in codec_vp9_flush_output()
678 vp9->frames_num--; in codec_vp9_flush_output()
684 mutex_unlock(&vp9->lock); in codec_vp9_flush_output()
689 struct codec_vp9 *vp9 = sess->priv; in codec_vp9_num_pending_bufs() local
[all …]
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
Dcore.h249 u32 vp9; member
255 u32 vp9; member
Dvenc.c704 profile = ctr->profile.vp9; in venc_set_properties()
705 level = ctr->level.vp9; in venc_set_properties()
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dstih418-clock.dtsi292 "", "clk-vp9";
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec.rst3363 .. _v4l2-mpeg-video-vp9-profile:
3386 .. _v4l2-mpeg-video-vp9-level:
3394 `webmproject <https://www.webmproject.org/vp9/levels/>`__. Possible values are:
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch13163 - if (codec_hevc_use_fbc(sess->pixfmt_cap, vp9->is_10bit)) {
13166 + if (codec_hevc_use_fbc(sess->pixfmt_cap, vp9->is_10bit))
13175 vp9->is_10bit)) {
13177 - vp9->common.mmu_header_paddr[vb->index]);
13179 + if (codec_hevc_use_downsample(sess->pixfmt_cap, vp9->is_10bit))
13180 + header_adr = vp9->common.mmu_header_paddr[vb->index];
13188 struct codec_vp9 *vp9)
13192 + sess->pixfmt_cap, vp9->is_10bit);
13197 vp9->frame_refs[i]->height != vp9->height)
13200 - sz = amvdec_am21c_body_size(vp9->frame_refs[i]->width,
[all …]