Lines Matching refs:hw_offset
1363 VepuOffsetCfg hw_offset; in hal_vp8e_enc_strm_code() local
1377 hw_offset.fmt = prep->format; in hal_vp8e_enc_strm_code()
1379 hw_offset.width = prep->width; in hal_vp8e_enc_strm_code()
1380 hw_offset.height = prep->height; in hal_vp8e_enc_strm_code()
1381 hw_offset.hor_stride = prep->hor_stride; in hal_vp8e_enc_strm_code()
1382 hw_offset.ver_stride = prep->ver_stride; in hal_vp8e_enc_strm_code()
1383 hw_offset.offset_x = mpp_frame_get_offset_x(task->frame); in hal_vp8e_enc_strm_code()
1384 hw_offset.offset_y = mpp_frame_get_offset_y(task->frame); in hal_vp8e_enc_strm_code()
1386 get_vepu_offset_cfg(&hw_offset); in hal_vp8e_enc_strm_code()
1395 hw_cfg->input_lum_offset = hw_offset.offset_byte[0]; in hal_vp8e_enc_strm_code()
1396 hw_cfg->input_cb_offset = hw_offset.offset_byte[1]; in hal_vp8e_enc_strm_code()
1397 hw_cfg->input_cr_offset = hw_offset.offset_byte[2]; in hal_vp8e_enc_strm_code()
1537 const RK_U32 hw_offset = ctx->hw_cfg.first_free_bit / 8; in hal_vp8e_update_buffers() local
1542 ctx->bitbuf[1].byte_cnt += part[0] - hw_offset; in hal_vp8e_update_buffers()
1543 ctx->bitbuf[1].data += part[0] - hw_offset; in hal_vp8e_update_buffers()