• Home
  • Raw
  • Download

Lines Matching refs:hevc

2056 		p->codec.hevc.rc_frame_qp = ctrl->val;  in s5p_mfc_enc_s_ctrl()
2059 p->codec.hevc.rc_p_frame_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
2062 p->codec.hevc.rc_b_frame_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
2065 p->codec.hevc.rc_framerate = ctrl->val; in s5p_mfc_enc_s_ctrl()
2068 p->codec.hevc.rc_min_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
2070 p->codec.hevc.rc_max_qp); in s5p_mfc_enc_s_ctrl()
2073 p->codec.hevc.rc_max_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
2074 __enc_update_hevc_qp_ctrls_range(ctx, p->codec.hevc.rc_min_qp, in s5p_mfc_enc_s_ctrl()
2078 p->codec.hevc.level_v4l2 = ctrl->val; in s5p_mfc_enc_s_ctrl()
2079 p->codec.hevc.level = hevc_level(ctrl->val); in s5p_mfc_enc_s_ctrl()
2084 p->codec.hevc.profile = in s5p_mfc_enc_s_ctrl()
2088 p->codec.hevc.profile = in s5p_mfc_enc_s_ctrl()
2096 p->codec.hevc.tier = ctrl->val; in s5p_mfc_enc_s_ctrl()
2099 p->codec.hevc.max_partition_depth = ctrl->val; in s5p_mfc_enc_s_ctrl()
2102 p->codec.hevc.num_refs_for_p = ctrl->val; in s5p_mfc_enc_s_ctrl()
2105 p->codec.hevc.refreshtype = ctrl->val; in s5p_mfc_enc_s_ctrl()
2108 p->codec.hevc.const_intra_period_enable = ctrl->val; in s5p_mfc_enc_s_ctrl()
2111 p->codec.hevc.lossless_cu_enable = ctrl->val; in s5p_mfc_enc_s_ctrl()
2114 p->codec.hevc.wavefront_enable = ctrl->val; in s5p_mfc_enc_s_ctrl()
2117 p->codec.hevc.loopfilter = ctrl->val; in s5p_mfc_enc_s_ctrl()
2120 p->codec.hevc.hier_qp_enable = ctrl->val; in s5p_mfc_enc_s_ctrl()
2123 p->codec.hevc.hier_qp_type = ctrl->val; in s5p_mfc_enc_s_ctrl()
2126 p->codec.hevc.num_hier_layer = ctrl->val; in s5p_mfc_enc_s_ctrl()
2129 p->codec.hevc.hier_qp_layer[0] = ctrl->val; in s5p_mfc_enc_s_ctrl()
2132 p->codec.hevc.hier_qp_layer[1] = ctrl->val; in s5p_mfc_enc_s_ctrl()
2135 p->codec.hevc.hier_qp_layer[2] = ctrl->val; in s5p_mfc_enc_s_ctrl()
2138 p->codec.hevc.hier_qp_layer[3] = ctrl->val; in s5p_mfc_enc_s_ctrl()
2141 p->codec.hevc.hier_qp_layer[4] = ctrl->val; in s5p_mfc_enc_s_ctrl()
2144 p->codec.hevc.hier_qp_layer[5] = ctrl->val; in s5p_mfc_enc_s_ctrl()
2147 p->codec.hevc.hier_qp_layer[6] = ctrl->val; in s5p_mfc_enc_s_ctrl()
2150 p->codec.hevc.hier_bit_layer[0] = ctrl->val; in s5p_mfc_enc_s_ctrl()
2153 p->codec.hevc.hier_bit_layer[1] = ctrl->val; in s5p_mfc_enc_s_ctrl()
2156 p->codec.hevc.hier_bit_layer[2] = ctrl->val; in s5p_mfc_enc_s_ctrl()
2159 p->codec.hevc.hier_bit_layer[3] = ctrl->val; in s5p_mfc_enc_s_ctrl()
2162 p->codec.hevc.hier_bit_layer[4] = ctrl->val; in s5p_mfc_enc_s_ctrl()
2165 p->codec.hevc.hier_bit_layer[5] = ctrl->val; in s5p_mfc_enc_s_ctrl()
2168 p->codec.hevc.hier_bit_layer[6] = ctrl->val; in s5p_mfc_enc_s_ctrl()
2171 p->codec.hevc.general_pb_enable = ctrl->val; in s5p_mfc_enc_s_ctrl()
2174 p->codec.hevc.temporal_id_enable = ctrl->val; in s5p_mfc_enc_s_ctrl()
2177 p->codec.hevc.strong_intra_smooth = ctrl->val; in s5p_mfc_enc_s_ctrl()
2180 p->codec.hevc.intra_pu_split_disable = ctrl->val; in s5p_mfc_enc_s_ctrl()
2183 p->codec.hevc.tmv_prediction_disable = !ctrl->val; in s5p_mfc_enc_s_ctrl()
2186 p->codec.hevc.max_num_merge_mv = ctrl->val; in s5p_mfc_enc_s_ctrl()
2189 p->codec.hevc.encoding_nostartcode_enable = ctrl->val; in s5p_mfc_enc_s_ctrl()
2192 p->codec.hevc.refreshperiod = ctrl->val; in s5p_mfc_enc_s_ctrl()
2195 p->codec.hevc.lf_beta_offset_div2 = ctrl->val; in s5p_mfc_enc_s_ctrl()
2198 p->codec.hevc.lf_tc_offset_div2 = ctrl->val; in s5p_mfc_enc_s_ctrl()
2201 p->codec.hevc.size_of_length_field = ctrl->val; in s5p_mfc_enc_s_ctrl()
2204 p->codec.hevc.prepend_sps_pps_to_idr = ctrl->val; in s5p_mfc_enc_s_ctrl()