Searched refs:vp9 (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/drivers/staging/media/meson/vdec/ |
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.3-rc2/drivers/media/test-drivers/visl/ |
A D | visl-dec.c | 107 last = vb2_find_buffer(cap_q, run->vp9.frame->last_frame_ts); in visl_get_ref_frames() 108 golden = vb2_find_buffer(cap_q, run->vp9.frame->golden_frame_ts); in visl_get_ref_frames() 109 alt = vb2_find_buffer(cap_q, run->vp9.frame->alt_frame_ts); in visl_get_ref_frames() 115 run->vp9.frame->last_frame_ts, in visl_get_ref_frames() 117 run->vp9.frame->golden_frame_ts, in visl_get_ref_frames() 119 run->vp9.frame->alt_frame_ts, in visl_get_ref_frames() 379 trace_v4l2_ctrl_vp9_frame(run->vp9.frame); in visl_trace_ctrls() 380 trace_v4l2_ctrl_vp9_compressed_hdr(run->vp9.probs); in visl_trace_ctrls() 381 trace_v4l2_ctrl_vp9_compressed_coeff(run->vp9.probs); in visl_trace_ctrls() 382 trace_v4l2_vp9_mv_probs(&run->vp9.probs->mv); in visl_trace_ctrls() [all …]
|
A D | visl-dec.h | 56 struct visl_vp9_run vp9; member
|
A D | visl-trace-vp9.h | 291 #define TRACE_INCLUDE_FILE visl-trace-vp9
|
/linux-6.3-rc2/drivers/staging/media/rkvdec/ |
A D | rkvdec-vp9.c | 405 aligned_height = round_up(buf->vp9.height, 64); in get_mv_base_addr() 406 aligned_pitch = round_up(buf->vp9.width * buf->vp9.bit_depth, 512) / 8; in get_mv_base_addr() 421 aligned_height = round_up(ref_buf->vp9.height, 64); in config_ref_registers() 432 aligned_pitch = round_up(ref_buf->vp9.width * ref_buf->vp9.bit_depth, 512) / 8; in config_ref_registers() 496 buf->vp9.bit_depth = dec_params->bit_depth; in update_dec_buf_info() 640 last->vp9.width == dst->vp9.width && in config_registers() 641 last->vp9.height == dst->vp9.height) in config_registers() 652 unsigned int refw = ref_bufs[i]->vp9.width; in config_registers() 653 unsigned int refh = ref_bufs[i]->vp9.height; in config_registers() 656 hscale = (refw << 14) / dst->vp9.width; in config_registers() [all …]
|
A D | Makefile | 3 rockchip-vdec-y += rkvdec.o rkvdec-h264.o rkvdec-vp9.o
|
A D | rkvdec.h | 55 struct rkvdec_vp9_decoded_buffer_info vp9; member
|
/linux-6.3-rc2/drivers/media/platform/verisilicon/ |
A D | hantro_g2_vp9_dec.c | 130 buf->vp9.width = dec_params->frame_width_minus_1 + 1; in update_dec_buf_info() 131 buf->vp9.height = dec_params->frame_height_minus_1 + 1; in update_dec_buf_info() 132 buf->vp9.bit_depth = dec_params->bit_depth; in update_dec_buf_info() 186 refw = buf->vp9.width; in config_ref() 187 refh = buf->vp9.height; in config_ref() 353 tile_mem[0] = hantro_vp9_num_sbs(dst->vp9.width); in config_tiles() 354 tile_mem[1] = hantro_vp9_num_sbs(dst->vp9.height); in config_tiles() 508 pic_w_4x4 = roundup(dst->vp9.width, 8) >> 2; in config_picture_dimensions() 509 pic_h_4x4 = roundup(dst->vp9.height, 8) >> 2; in config_picture_dimensions() 856 resolution_change = dst->vp9.width != last->vp9.width || in config_registers() [all …]
|
A D | hantro.h | 331 struct hantro_vp9_decoded_buffer_info vp9; member
|
/linux-6.3-rc2/drivers/media/v4l2-core/ |
A D | Makefile | 33 obj-$(CONFIG_V4L2_VP9) += v4l2-vp9.o
|
A D | Kconfig | 47 # Used by drivers that need v4l2-vp9.ko
|
/linux-6.3-rc2/drivers/media/platform/qcom/venus/ |
A D | core.h | 274 u32 vp9; member 280 u32 vp9; member
|
A D | venc.c | 863 profile = ctr->profile.vp9; in venc_set_properties() 864 level = ctr->level.vp9; in venc_set_properties()
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
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 …]
|
A D | pixfmt-compressed.rst | 185 See the :ref:`associated Codec Control IDs <v4l2-codec-stateless-vp9>`.
|
A D | ext-ctrls-codec.rst | 2190 .. _v4l2-mpeg-video-vp9-profile: 2213 .. _v4l2-mpeg-video-vp9-level: 2221 `webmproject <https://www.webmproject.org/vp9/levels/>`__. Possible values are:
|
Completed in 36 milliseconds