Lines Matching +full:inter +full:- +full:processor
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>
49 * struct hantro_aux_buf - auxiliary DMA buffer for hardware data
101 * @dpb_longterm: DPB long-term
184 * @reference_mode: inter prediction type
186 * @interpolation_filter: filter selection for inter prediction
218 * @tile_r_info: per-tile information array
219 * @tile_c_info: per-tile information array
343 * struct hantro_postproc_ops - post-processor operations
345 * @enable: Enable the post-processor block. Optional.
346 * @disable: Disable the post-processor block. Optional.
358 * struct hantro_codec_ops - codec mode specific operations
380 * enum hantro_enc_fmt - source format ID for hardware registers.
383 * @ROCKCHIP_VPU_ENC_FMT_YUV420SP: Y/CbCr 4:2:0 semi-planar format
476 * A decoded 8-bit 4:2:0 NV12 frame may need memory for up to in hantro_h264_mv_size()
478 * multi-core variants. in hantro_h264_mv_size()
482 * frames and only if the format is non-post-processed NV12. in hantro_h264_mv_size()
486 * +---------------------------+ in hantro_h264_mv_size()
487 * | Y-plane 256 bytes x MBs | in hantro_h264_mv_size()
488 * +---------------------------+ in hantro_h264_mv_size()
489 * | UV-plane 128 bytes x MBs | in hantro_h264_mv_size()
490 * +---------------------------+ in hantro_h264_mv_size()
492 * +---------------------------+ in hantro_h264_mv_size()
494 * +---------------------------+ in hantro_h264_mv_size()