Searched refs:vp9 (Results 1 – 16 of 16) sorted by relevance
| /linux-6.15/drivers/staging/media/meson/vdec/ |
| H A D | codec_vp9.c | 691 if (!vp9) in codec_vp9_num_pending_bufs() 765 vp9 = kzalloc(sizeof(*vp9), GFP_KERNEL); in codec_vp9_start() 766 if (!vp9) in codec_vp9_start() 836 kfree(vp9); in codec_vp9_start() 1165 if (vp9->frame_refs[i]->width != vp9->width || in codec_vp9_set_mc() 1166 vp9->frame_refs[i]->height != vp9->height) in codec_vp9_set_mc() 1299 (vp9->height << 16) | vp9->width); in codec_vp9_process_frame() 1304 &vp9->lfi, &vp9->lf, in codec_vp9_process_frame() 1401 vp9->width, vp9->height, is_10bit, src_changed); in codec_vp9_process_rpm() 2086 if (!vp9) in codec_vp9_threaded_isr() [all …]
|
| /linux-6.15/drivers/media/platform/verisilicon/ |
| H A D | hantro_g2_vp9_dec.c | 112 buf->vp9.width = dec_params->frame_width_minus_1 + 1; in update_dec_buf_info() 114 buf->vp9.bit_depth = dec_params->bit_depth; in update_dec_buf_info() 170 refw = buf->vp9.width; in config_ref() 171 refh = buf->vp9.height; in config_ref() 182 chroma_addr = luma_addr + buf->vp9.chroma_offset; in config_ref() 225 mv_ref->vp9.mv_offset; in config_ref_registers() 337 tile_mem[0] = hantro_vp9_num_sbs(dst->vp9.width); in config_tiles() 492 pic_w_4x4 = roundup(dst->vp9.width, 8) >> 2; in config_picture_dimensions() 493 pic_h_4x4 = roundup(dst->vp9.height, 8) >> 2; in config_picture_dimensions() 840 resolution_change = dst->vp9.width != last->vp9.width || in config_registers() [all …]
|
| H A D | hantro.h | 348 struct hantro_vp9_decoded_buffer_info vp9; member
|
| /linux-6.15/drivers/staging/media/rkvdec/ |
| H A D | rkvdec-vp9.c | 404 aligned_height = round_up(buf->vp9.height, 64); in get_mv_base_addr() 405 aligned_pitch = round_up(buf->vp9.width * buf->vp9.bit_depth, 512) / 8; in get_mv_base_addr() 420 aligned_height = round_up(ref_buf->vp9.height, 64); in config_ref_registers() 431 aligned_pitch = round_up(ref_buf->vp9.width * ref_buf->vp9.bit_depth, 512) / 8; in config_ref_registers() 495 buf->vp9.bit_depth = dec_params->bit_depth; in update_dec_buf_info() 639 last->vp9.width == dst->vp9.width && in config_registers() 640 last->vp9.height == dst->vp9.height) in config_registers() 651 unsigned int refw = ref_bufs[i]->vp9.width; in config_registers() 652 unsigned int refh = ref_bufs[i]->vp9.height; in config_registers() 655 hscale = (refw << 14) / dst->vp9.width; in config_registers() [all …]
|
| H A D | Makefile | 3 rockchip-vdec-y += rkvdec.o rkvdec-h264.o rkvdec-vp9.o
|
| H A D | rkvdec.h | 55 struct rkvdec_vp9_decoded_buffer_info vp9; member
|
| /linux-6.15/drivers/media/test-drivers/visl/ |
| H A D | visl-dec.c | 127 last = vb2_find_buffer(cap_q, run->vp9.frame->last_frame_ts); in visl_get_ref_frames() 128 golden = vb2_find_buffer(cap_q, run->vp9.frame->golden_frame_ts); in visl_get_ref_frames() 129 alt = vb2_find_buffer(cap_q, run->vp9.frame->alt_frame_ts); in visl_get_ref_frames() 132 run->vp9.frame->last_frame_ts, last); in visl_get_ref_frames() 134 run->vp9.frame->golden_frame_ts, golden); in visl_get_ref_frames() 136 run->vp9.frame->alt_frame_ts, alt); in visl_get_ref_frames() 516 trace_v4l2_ctrl_vp9_frame(run->vp9.frame); in visl_trace_ctrls() 517 trace_v4l2_ctrl_vp9_compressed_hdr(run->vp9.probs); in visl_trace_ctrls() 518 trace_v4l2_ctrl_vp9_compressed_coeff(run->vp9.probs); in visl_trace_ctrls() 519 trace_v4l2_vp9_mv_probs(&run->vp9.probs->mv); in visl_trace_ctrls() [all …]
|
| H A D | visl-dec.h | 63 struct visl_vp9_run vp9; member
|
| H A D | visl-trace-vp9.h | 291 #define TRACE_INCLUDE_FILE visl-trace-vp9
|
| /linux-6.15/drivers/media/v4l2-core/ |
| H A D | Makefile | 34 obj-$(CONFIG_V4L2_VP9) += v4l2-vp9.o
|
| H A D | Kconfig | 47 # Used by drivers that need v4l2-vp9.ko
|
| /linux-6.15/drivers/media/platform/qcom/venus/ |
| H A D | core.h | 310 u32 vp9; member 316 u32 vp9; member
|
| H A D | venc.c | 964 profile = ctr->profile.vp9; in venc_set_properties() 965 level = ctr->level.vp9; in venc_set_properties()
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-codec-stateless.rst | 1474 .. _v4l2-codec-stateless-vp9: 1481 :ref:`vp9`). 1600 to :ref:`vp9`. 1645 prepare a frame that's ready for scanout. See section 7.2.4 in :ref:`vp9`. 1650 prepare a frame that's ready for scanout. See section 7.2.4 in :ref:`vp9`. 1806 See section '7.2 Uncompressed header semantics' of the :ref:`vp9` specification 1836 See section '7.2.7 Interpolation filter semantics' of the :ref:`vp9` specification 1868 params syntax' of the :ref:`vp9` specification for more details. 1893 See '5.15 Segmentation map' section of :ref:`vp9` for more details. 1898 section of :ref:`vp9` for more details. [all …]
|
| H A D | pixfmt-compressed.rst | 190 See the :ref:`associated Codec Control IDs <v4l2-codec-stateless-vp9>`.
|
| H A D | ext-ctrls-codec.rst | 2204 .. _v4l2-mpeg-video-vp9-profile: 2227 .. _v4l2-mpeg-video-vp9-level: 2235 `webmproject <https://www.webmproject.org/vp9/levels/>`__. Possible values are:
|