Searched refs:vp9 (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/drivers/staging/media/meson/vdec/ ! |
D | codec_vp9.c | 535 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 …]
|
/linux-6.1.9/drivers/staging/media/rkvdec/ ! |
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() 422 writel_relaxed(RKVDEC_VP9_FRAMEWIDTH(ref_buf->vp9.width) | in config_ref_registers() 423 RKVDEC_VP9_FRAMEHEIGHT(ref_buf->vp9.height), in config_ref_registers() 432 aligned_pitch = round_up(ref_buf->vp9.width * ref_buf->vp9.bit_depth, 512) / 8; in config_ref_registers() 494 buf->vp9.width = dec_params->frame_width_minus_1 + 1; in update_dec_buf_info() 495 buf->vp9.height = dec_params->frame_height_minus_1 + 1; in update_dec_buf_info() 496 buf->vp9.bit_depth = dec_params->bit_depth; in update_dec_buf_info() 640 last->vp9.width == dst->vp9.width && in config_registers() [all …]
|
D | Makefile | 3 rockchip-vdec-y += rkvdec.o rkvdec-h264.o rkvdec-vp9.o
|
D | rkvdec.h | 55 struct rkvdec_vp9_decoded_buffer_info vp9; member
|
/linux-6.1.9/drivers/media/platform/verisilicon/ ! |
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() 192 hantro_reg_write(ctx->dev, &ref_reg->hor_scale, (refw << 14) / dst->vp9.width); in config_ref() 193 hantro_reg_write(ctx->dev, &ref_reg->ver_scale, (refh << 14) / dst->vp9.height); in config_ref() 340 unsigned int sbs_r = hantro_vp9_num_sbs(dst->vp9.height); in config_tiles() 341 unsigned int sbs_c = hantro_vp9_num_sbs(dst->vp9.width); in config_tiles() 353 tile_mem[0] = hantro_vp9_num_sbs(dst->vp9.width); in config_tiles() [all …]
|
D | hantro.h | 331 struct hantro_vp9_decoded_buffer_info vp9; member
|
/linux-6.1.9/drivers/media/v4l2-core/ ! |
D | Makefile | 33 obj-$(CONFIG_V4L2_VP9) += v4l2-vp9.o
|
D | Kconfig | 47 # Used by drivers that need v4l2-vp9.ko
|
/linux-6.1.9/drivers/media/platform/qcom/venus/ ! |
D | core.h | 274 u32 vp9; member 280 u32 vp9; member
|
D | venc.c | 863 profile = ctr->profile.vp9; in venc_set_properties() 864 level = ctr->level.vp9; in venc_set_properties()
|
/linux-6.1.9/Documentation/userspace-api/media/v4l/ ! |
D | ext-ctrls-codec-stateless.rst | 1474 .. _v4l2-codec-stateless-vp9: 1481 :ref:`vp9`). 1594 See section '7.3.1 Tx mode semantics' of the :ref:`vp9` specification for more details. 1600 to :ref:`vp9`. 1637 - Add 1 to get the frame width expressed in pixels. See section 7.2.3 in :ref:`vp9`. 1640 - Add 1 to get the frame height expressed in pixels. See section 7.2.3 in :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 [all …]
|
D | pixfmt-compressed.rst | 185 See the :ref:`associated Codec Control IDs <v4l2-codec-stateless-vp9>`.
|
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:
|