Lines Matching +full:post +full:- +full:processing

1 /* SPDX-License-Identifier: GPL-2.0 */
13 #include <linux/v4l2-controls.h>
14 #include <media/v4l2-ctrls.h>
15 #include <media/v4l2-vp9.h>
16 #include <media/videobuf2-core.h>
44 * struct hantro_aux_buf - auxiliary DMA buffer for hardware data
96 * @dpb_longterm: DPB long-term
201 * @tile_edge: auxiliary DMA buffer for tile edge processing
213 * @tile_r_info: per-tile information array
214 * @tile_c_info: per-tile information array
260 * struct hantro_postproc_ops - post-processor operations
262 * @enable: Enable the post-processor block. Optional.
263 * @disable: Disable the post-processor block. Optional.
275 * struct hantro_codec_ops - codec mode specific operations
285 * @done: Read back processing results and additional data from hardware.
297 * enum hantro_enc_fmt - source format ID for hardware registers.
300 * @ROCKCHIP_VPU_ENC_FMT_YUV420SP: Y/CbCr 4:2:0 semi-planar format
387 * A decoded 8-bit 4:2:0 NV12 frame may need memory for up to in hantro_h264_mv_size()
389 * multi-core variants. in hantro_h264_mv_size()
393 * frames and only if the format is non-post-processed NV12. in hantro_h264_mv_size()
397 * +---------------------------+ in hantro_h264_mv_size()
398 * | Y-plane 256 bytes x MBs | in hantro_h264_mv_size()
399 * +---------------------------+ in hantro_h264_mv_size()
400 * | UV-plane 128 bytes x MBs | in hantro_h264_mv_size()
401 * +---------------------------+ in hantro_h264_mv_size()
403 * +---------------------------+ in hantro_h264_mv_size()
405 * +---------------------------+ in hantro_h264_mv_size()