| /linux/drivers/staging/media/meson/vdec/ |
| H A D | codec_vp9.c | 41 /* VP9 Constants */ 55 /* VP9 Workspace layout */ 112 * Defines, declarations, sub-functions for vp9 de-block loop 119 * - set video format to VP9 is in vp9_loop_filter_init 128 /* VP9 PROB processing defines */ 220 /* VP9 COUNT mem processing defines */ 438 /* VP9 context lock */ 444 /* Buffer for the VP9 Workspace */ 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() [all …]
|
| H A D | esparser.c | 78 * VP9 frame headers need to be appended by a 16-byte long 304 * When max ref frame is held by VP9, this should be -= 3 to prevent a in esparser_queue()
|
| H A D | vdec_hevc.c | 6 * HEVC, VP9
|
| /linux/include/media/ |
| H A D | v4l2-vp9.h | 3 * Helper functions for vp9 codecs. 63 * vp9 spec. Section 10.5 "Default probability tables" contains all the types of involved 152 * v4l2_vp9_fw_update_probs() - Perform forward update of vp9 probabilities 156 * @dec_params: vp9 frame decoding parameters 158 * This function performs forward updates of probabilities for the vp9 boolean decoder. 170 * @dec_params: vp9 frame decoding parameters 182 * v4l2_vp9_adapt_coef_probs() - Perform backward update of vp9 coefficients probabilities 189 * This function performs backward updates of coefficients probabilities for the vp9 boolean 199 * v4l2_vp9_adapt_noncoef_probs() - Perform backward update of vp9 non-coefficients probabilities 210 * This function performs backward updates of non-coefficients probabilities for the vp9 boolean
|
| /linux/drivers/media/test-drivers/visl/ |
| H A D | visl-dec.c | 13 #include "visl-trace-vp9.h" 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() [all …]
|
| H A D | visl-trace-points.c | 8 #include "visl-trace-vp9.h"
|
| H A D | visl-dec.h | 63 struct visl_vp9_run vp9; member
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-compressed.rst | 173 * .. _V4L2-PIX-FMT-VP9: 177 - VP9 compressed video frame. The encoder generates one 180 * .. _V4L2-PIX-FMT-VP9-FRAME: 184 - VP9 parsed frame, including the frame header, as extracted from the container. 186 VP9 pipeline with the :ref:`stateless_decoder`. 190 See the :ref:`associated Codec Control IDs <v4l2-codec-stateless-vp9>`.
|
| H A D | ext-ctrls-codec-stateless.rst | 1474 .. _v4l2-codec-stateless-vp9: 1477 Stores VP9 probabilities updates as parsed from the current compressed frame 1481 :ref:`vp9`). 1594 See section '7.3.1 Tx mode semantics' of the :ref:`vp9` specification for more details. 1597 Specifies the frame parameters for the associated VP9 frame decode request. 1599 decoding pipeline for VP9. The bitstream parameters are defined according 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`. [all …]
|
| H A D | ext-ctrls-codec.rst | 1665 For VP9, its valid range is from 0 to 255. 2204 .. _v4l2-mpeg-video-vp9-profile: 2210 This control allows selecting the profile for VP9 encoder. 2211 This is also used to enumerate supported profiles by VP9 encoder or decoder. 2227 .. _v4l2-mpeg-video-vp9-level: 2232 This control allows selecting the level for VP9 encoder. 2233 This is also used to enumerate supported levels by VP9 encoder or decoder. 2235 `webmproject <https://www.webmproject.org/vp9/levels/>`__. Possible values are:
|
| H A D | dev-decoder.rst | 77 H.264, VP8, VP9), 112 block transforms (e.g. H.264, VP8, VP9); codec-specific, but for most of 131 any previous state/data present, e.g.: a keyframe (VP8/VP9) or
|
| /linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
| H A D | vdec_vp9_req_lat_if.c | 10 #include <media/v4l2-vp9.h> 18 /* reset_frame_context defined in VP9 spec */ 34 * struct vdec_vp9_slice_frame_ctx - vp9 prob tables footprint 85 * struct vdec_vp9_slice_frame_counts - vp9 counts tables footprint 139 * struct vdec_vp9_slice_counts_map - vp9 counts tables to map 168 * struct vdec_vp9_slice_uncompressed_header - vp9 uncompressed header syntax 235 * struct vdec_vp9_slice_compressed_header - vp9 compressed header syntax 247 * struct vdec_vp9_slice_tiles - vp9 tile syntax 258 * struct vdec_vp9_slice_reference - vp9 reference frame information 270 * struct vdec_vp9_slice_frame - vp9 syntax used for decoding [all …]
|
| /linux/drivers/media/platform/verisilicon/ |
| H A D | hantro_hw.h | 15 #include <media/v4l2-vp9.h> 220 * @cnts: vp9 library struct for abstracting hw counters access 221 * @probability_tables: VP9 probability tables implied by the spec 222 * @frame_context: VP9 frame contexts
|
| H A D | hantro_vp9.c | 3 * Hantro VP9 codec driver 131 * vp9 library function in init_v4l2_vp9_count_tbl()
|
| H A D | hantro_vp9.h | 3 * Hantro VP9 codec driver
|
| /linux/Documentation/arch/arm/sti/ |
| H A D | stih418-overview.rst | 16 - VP9
|
| /linux/drivers/media/v4l2-core/ |
| H A D | Kconfig | 47 # Used by drivers that need v4l2-vp9.ko
|
| H A D | Makefile | 34 obj-$(CONFIG_V4L2_VP9) += v4l2-vp9.o
|
| /linux/drivers/media/platform/mediatek/vcodec/decoder/ |
| H A D | vdec_drv_if.h | 68 * @fourcc : [in] video format fourcc, V4L2_PIX_FMT_H264/VP8/VP9..
|
| H A D | vdec_ipi_msg.h | 85 * VP9 decoder [0]:profile, [1][2] width/height
|
| /linux/Documentation/devicetree/bindings/media/ |
| H A D | amlogic,gx-vdec.yaml | 23 - VDEC_HEVC can decode HEVC and VP9.
|
| /linux/drivers/media/platform/mediatek/vpu/ |
| H A D | mtk_vpu.h | 43 * handle VP9 video decoder job, and vice versa.
|
| /linux/drivers/media/platform/mediatek/vcodec/common/ |
| H A D | mtk_vcodec_dbgfs.c | 30 "\toutput format: vp9 slice\n"); in mtk_vdec_dbgfs_get_format_type()
|
| /linux/drivers/media/platform/qcom/venus/ |
| H A D | hfi_helper.h | 375 /* VP9 Profile 0, 8-bit */ 377 /* VP9 Profile 2, 10-bit */
|
| /linux/Documentation/admin-guide/media/ |
| H A D | visl.rst | 79 - VP9
|