Home
last modified time | relevance | path

Searched refs:RK_U16 (Results 1 – 25 of 76) sorted by relevance

1234

/rockchip-linux_mpp/mpp/common/
H A Dh264d_syntax.h40 RK_U16 wFrameWidthInMbsMinus1;
41 RK_U16 wFrameHeightInMbsMinus1;
47 RK_U16 field_pic_flag : 1;
48 RK_U16 MbaffFrameFlag : 1;
49 RK_U16 residual_colour_transform_flag : 1;
50 RK_U16 sp_for_switch_flag : 1;
51 RK_U16 chroma_format_idc : 2;
52 RK_U16 RefPicFlag : 1;
53 RK_U16 constrained_intra_pred_flag : 1;
55 RK_U16 weighted_pred_flag : 1;
[all …]
H A Dh263d_syntax.h35 RK_U16 wDecodedPictureIndex;
36 RK_U16 wDeblockedPictureIndex;
37 RK_U16 wForwardRefPictureIndex;
38 RK_U16 wBackwardRefPictureIndex;
39 RK_U16 vop_time_increment_resolution;
45 RK_U16 unPicPostProc : 2;
46 RK_U16 interlaced : 1;
47 RK_U16 quant_type : 1;
48 RK_U16 quarter_sample : 1;
49 RK_U16 resync_marker_disable : 1;
[all …]
H A Dmpg4d_syntax.h72 RK_U16 wDecodedPictureIndex;
73 RK_U16 wDeblockedPictureIndex;
74 RK_U16 wForwardRefPictureIndex;
75 RK_U16 wBackwardRefPictureIndex;
76 RK_U16 vop_time_increment_resolution;
82 RK_U16 unPicPostProc : 2;
83 RK_U16 interlaced : 1;
84 RK_U16 quant_type : 1;
85 RK_U16 quarter_sample : 1;
86 RK_U16 resync_marker_disable : 1;
[all …]
H A Dh265e_syntax_new.h28 RK_U16 pic_width;
29 RK_U16 pic_height;
30 RK_U16 hor_stride;
31 RK_U16 ver_stride;
32 RK_U16 pic_ofsty;
33 RK_U16 pic_oftx;
37 RK_U16 chroma_format_idc : 2;
38 RK_U16 separate_colour_plane_flag : 1;
39 RK_U16 bit_depth_luma_minus8 : 3;
40 RK_U16 bit_depth_chroma_minus8 : 3;
[all …]
H A Djpegd_syntax.h108 RK_U16 quant_matrixes[4][QUANTIZE_TABLE_LENGTH];
154 RK_U16 hor_density;
157 RK_U16 ver_density;
/rockchip-linux_mpp/mpp/hal/common/av1/
H A Dav1d_common.h219 typedef RK_U16 av1_cdf;
682 RK_U16 band0[3][5];
683 RK_U16 bands[5][6][4];
687 RK_U16 band0[3][9];
688 RK_U16 bands[5][6][9];
741 typedef RK_U16 aom_cdf_prob;
744 RK_U16 joint_cdf[3];
745 RK_U16 sign_cdf[2];
746 RK_U16 clsss_cdf[2][10];
747 RK_U16 clsss0_fp_cdf[2][2][3];
[all …]
H A Dfilm_grain_noise_table.c223 static void InitRandomGenerator(RK_U8 luma_num, RK_U16 seed, RK_U16 *random_register) in InitRandomGenerator()
225 RK_U16 random_reg = seed; in InitRandomGenerator()
232 static inline void UpdateRandomRegister(RK_U16 *random_register) in UpdateRandomRegister()
234 RK_U16 bit; in UpdateRandomRegister()
235 RK_U16 random_reg = *random_register; in UpdateRandomRegister()
242 static inline RK_S32 GetRandomNumber(RK_U16 random_register) in GetRandomNumber()
251 RK_U16 random_seed) in GenerateLumaGrainBlock()
254 RK_U16 grain_random_register = random_seed; in GenerateLumaGrainBlock()
295 RK_S32 grain_max, RK_U8 chroma_scaling_from_luma, RK_U16 random_seed) in GenerateChromaGrainBlock()
298 RK_U16 grain_random_register = 0; in GenerateChromaGrainBlock()
H A Dfilm_grain_noise_table.h24 RK_U16 random_seed);
31 RK_S32 grain_max, RK_U8 chroma_scaling_from_luma, RK_U16 random_seed);
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_common.h215 typedef RK_U16 av1_cdf;
704 RK_U16 band0[3][5];
705 RK_U16 bands[5][6][4];
709 RK_U16 band0[3][9];
710 RK_U16 bands[5][6][9];
763 typedef RK_U16 aom_cdf_prob;
766 RK_U16 joint_cdf[3];
767 RK_U16 sign_cdf[2];
768 RK_U16 clsss_cdf[2][10];
769 RK_U16 clsss0_fp_cdf[2][2][3];
[all …]
H A Dav1d_cbs.h79 RK_U16 operating_point_idc[AV1_MAX_OPERATING_POINTS];
91 RK_U16 max_frame_width_minus_1;
92 RK_U16 max_frame_height_minus_1;
128 RK_U16 grain_seed;
150 RK_U16 cb_offset;
153 RK_U16 cr_offset;
181 RK_U16 frame_width_minus_1;
182 RK_U16 frame_height_minus_1;
186 RK_U16 render_width_minus_1;
187 RK_U16 render_height_minus_1;
[all …]
/rockchip-linux_mpp/mpp/vproc/rga/
H A Drga.h59 RK_U16 act_w; // width
60 RK_U16 act_h; // height
61 RK_U16 x_offset; // offset from left
62 RK_U16 y_offset; // offset from top
64 RK_U16 vir_w; // horizontal stride
65 RK_U16 vir_h; // vertical stride
67 RK_U16 endian_mode; // for BPP
68 RK_U16 alpha_swap;
72 RK_U16 xmin;
73 RK_U16 xmax;
[all …]
/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.h280 RK_U16 rgb_coeff_a;
281 RK_U16 rgb_coeff_b;
282 RK_U16 rgb_coeff_c;
283 RK_U16 rgb_coeff_e;
284 RK_U16 rgb_coeff_f;
290 RK_U16 y1_quant_dc[4];
291 RK_U16 y1_quant_ac[4];
292 RK_U16 y2_quant_dc[4];
293 RK_U16 y2_quant_ac[4];
294 RK_U16 ch_quant_dc[4];
[all …]
/rockchip-linux_mpp/inc/
H A Drk_hdr_meta_com.h98 RK_U16 magic; /* magic word for checking overwrite error */
99 RK_U16 size; /* total header+payload length including header */
100 RK_U16 message_total; /* total message count in current transmission */
101 RK_U16 message_index; /* current message index in the transmission */
104 RK_U16 version; /* payload structure version */
105 RK_U16 hdr_format; /* HDR protocol: HDR10, HLG, Dlby, HDRVivid ... */
106 RK_U16 hdr_payload_type; /* HDR data type: static data, dynamic data ... */
107 RK_U16 video_format; /* video format: H.264, H.265, AVS2 ... */
H A Drk_venc_cmd.h1030 RK_U16 x; /**< horizontal position of top left corner */
1031 RK_U16 y; /**< vertical position of top left corner */
1032 RK_U16 w; /**< width of ROI rectangle */
1033 RK_U16 h; /**< height of ROI rectangle */
1034 RK_U16 intra; /**< flag of forced intra macroblock */
1036 RK_U16 qp_area_idx; /**< qp min max area select*/
1075 RK_U16 x; /* horizontal position of top left corner */
1076 RK_U16 y; /* vertical position of top left corner */
1077 RK_U16 w; /* width of ROI rectangle */
1078 RK_U16 h; /* height of ROI rectangle */
[all …]
/rockchip-linux_mpp/mpp/hal/rkenc/common/
H A Dvepu541_common.h46 RK_U16 force_intra : 1;
47 RK_U16 reserved : 3;
52 RK_U16 qp_area_idx : 3;
57 RK_U16 qp_area_en : 1;
73 RK_U16 qp_adj_mode : 1;
H A Drkv_enc_def.h106 RK_U16 forbid_inter : 1; /* intra flag for cu 16x16 */
107 RK_U16 reserved : 3; /* reserved */
108 RK_U16 qp_area_idx : 3; /* roi range index */
109 RK_U16 area_map : 1; /* roi en */
111 RK_U16 set_qp_y : 1;
/rockchip-linux_mpp/mpp/vproc/iep/
H A Diep.h35 RK_U16 max_dynamic_width;
36 RK_U16 max_dynamic_height;
37 RK_U16 max_static_width;
38 RK_U16 max_static_height;
137 RK_U16 act_w; // act_width
138 RK_U16 act_h; // act_height
142 RK_U16 vir_w; // unit :pix
143 RK_U16 vir_h; // unit :pix
/rockchip-linux_mpp/utils/
H A Dmpp_enc_roi_utils.h25 RK_U16 x; /**< horizontal position of top left corner */
26 RK_U16 y; /**< vertical position of top left corner */
27 RK_U16 w; /**< width of ROI rectangle */
28 RK_U16 h; /**< height of ROI rectangle */
H A Dosd3_test.c85 RK_U16 *tmp_u16 = NULL; in translate_argb()
142 tmp_u16 = (RK_U16 *)dst; in translate_argb()
158 tmp_u16 = (RK_U16 *)dst; in translate_argb()
174 tmp_u16 = (RK_U16 *)dst; in translate_argb()
190 tmp_u16 = (RK_U16 *)dst; in translate_argb()
206 tmp_u16 = (RK_U16 *)dst; in translate_argb()
222 tmp_u16 = (RK_U16 *)dst; in translate_argb()
238 tmp_u16 = (RK_U16 *)dst; in translate_argb()
254 tmp_u16 = (RK_U16 *)dst; in translate_argb()
/rockchip-linux_mpp/mpp/vproc/inc/
H A Diep_common.h84 RK_U16 act_w; // act_width
85 RK_U16 act_h; // act_height
89 RK_U16 vir_w; // unit in byte
90 RK_U16 vir_h; // unit in byte
H A Diep_api.h157 RK_U16 max_dynamic_width;
158 RK_U16 max_dynamic_height;
159 RK_U16 max_static_width;
160 RK_U16 max_static_height;
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541_reg_l2.h76 RK_U16 iprd_tthdy4[4];
83 RK_U16 iprd_tthdc8[4];
90 RK_U16 iprd_tthdy8[4];
218 RK_U16 atf_tthd[4];
/rockchip-linux_mpp/mpp/vproc/vdpp/
H A Dvdpp_common.c29 static RK_U16 vdpp_scale_threshold[] = {
481 RK_U16 act_width = p_scl_info->act_width; in calc_scl_factor()
482 RK_U16 dsp_width = p_scl_info->dsp_width; in calc_scl_factor()
484 RK_U16 act_height = p_scl_info->act_height; in calc_scl_factor()
485 RK_U16 dsp_height = p_scl_info->dsp_height; in calc_scl_factor()
490 RK_U16 xscl_factor; in calc_scl_factor()
496 RK_U16 yscl_factor; in calc_scl_factor()
696 RK_U16 adj_mapping_k[7]; in set_dmsr_to_vdpp_reg()
697 RK_U16 tmp_diff; in set_dmsr_to_vdpp_reg()
698 RK_U16 i; in set_dmsr_to_vdpp_reg()
[all …]
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_buffer_impl.h58 RK_U16 max_count;
59 RK_U16 log_count;
60 RK_U16 log_write;
61 RK_U16 log_read;
/rockchip-linux_mpp/mpp/hal/rkdec/inc/
H A Dvdpu34x_com.h476 RK_U16 reg274_y_min_value;
477 RK_U16 reg274_y_max_value;
478 RK_U16 reg275_u_min_value;
479 RK_U16 reg275_u_max_value;
480 RK_U16 reg276_v_min_value;
481 RK_U16 reg276_v_max_value;

1234