Searched refs:hantro_reg_write (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/media/hantro/ |
D | hantro_g2_hevc_dec.c | 42 hantro_reg_write(vpu, &g2_tile_e, tiles_enabled); in prepare_tile_info_buffer() 60 hantro_reg_write(vpu, &g2_num_tile_rows, num_tile_rows); in prepare_tile_info_buffer() 61 hantro_reg_write(vpu, &g2_num_tile_cols, num_tile_cols); in prepare_tile_info_buffer() 108 hantro_reg_write(vpu, &g2_num_tile_rows, 1); in prepare_tile_info_buffer() 109 hantro_reg_write(vpu, &g2_num_tile_cols, 1); in prepare_tile_info_buffer() 132 hantro_reg_write(vpu, &g2_bit_depth_y_minus8, sps->bit_depth_luma_minus8); in set_params() 133 hantro_reg_write(vpu, &g2_bit_depth_c_minus8, sps->bit_depth_chroma_minus8); in set_params() 135 hantro_reg_write(vpu, &g2_output_8_bits, 0); in set_params() 137 hantro_reg_write(vpu, &g2_hdr_skip_length, ctrls->hevc_hdr_skip_length); in set_params() 142 hantro_reg_write(vpu, &g2_min_cb_size, min_log2_cb_size); in set_params() [all …]
|
D | rockchip_vpu2_hw_vp8_dec.c | 285 hantro_reg_write(vpu, &vp8_dec_lf_level[0], lf->level); in cfg_lf() 291 hantro_reg_write(vpu, &vp8_dec_lf_level[i], lf_level); in cfg_lf() 295 hantro_reg_write(vpu, &vp8_dec_lf_level[i], in cfg_lf() 306 hantro_reg_write(vpu, &vp8_dec_mb_adj[i], in cfg_lf() 308 hantro_reg_write(vpu, &vp8_dec_ref_adj[i], in cfg_lf() 323 hantro_reg_write(vpu, &vp8_dec_quant[0], q->y_ac_qi); in cfg_qp() 329 hantro_reg_write(vpu, &vp8_dec_quant[i], quant); in cfg_qp() 333 hantro_reg_write(vpu, &vp8_dec_quant[i], in cfg_qp() 337 hantro_reg_write(vpu, &vp8_dec_quant_delta[0], q->y_dc_delta); in cfg_qp() 338 hantro_reg_write(vpu, &vp8_dec_quant_delta[1], q->y2_dc_delta); in cfg_qp() [all …]
|
D | hantro_g1_vp8_dec.c | 144 hantro_reg_write(vpu, &vp8_dec_lf_level[0], lf->level); in cfg_lf() 150 hantro_reg_write(vpu, &vp8_dec_lf_level[i], lf_level); in cfg_lf() 154 hantro_reg_write(vpu, &vp8_dec_lf_level[i], in cfg_lf() 165 hantro_reg_write(vpu, &vp8_dec_mb_adj[i], in cfg_lf() 167 hantro_reg_write(vpu, &vp8_dec_ref_adj[i], in cfg_lf() 185 hantro_reg_write(vpu, &vp8_dec_quant[0], q->y_ac_qi); in cfg_qp() 191 hantro_reg_write(vpu, &vp8_dec_quant[i], quant); in cfg_qp() 195 hantro_reg_write(vpu, &vp8_dec_quant[i], in cfg_qp() 199 hantro_reg_write(vpu, &vp8_dec_quant_delta[0], q->y_dc_delta); in cfg_qp() 200 hantro_reg_write(vpu, &vp8_dec_quant_delta[1], q->y2_dc_delta); in cfg_qp() [all …]
|
D | hantro_postproc.c | 17 hantro_reg_write(vpu, \
|
D | hantro.h | 391 static inline void hantro_reg_write(struct hantro_dev *vpu, in hantro_reg_write() function
|