Lines Matching refs:p_start
1407 RK_U8 *p_start = mpp_buffer_get_ptr(buffers->hw_out_buf); in hal_vp8e_enc_strm_code() local
1409 p_end = p_start + 3; in hal_vp8e_enc_strm_code()
1412 vp8e_set_buffer(&ctx->bitbuf[0], p_start, p_end - p_start); in hal_vp8e_enc_strm_code()
1414 offset = p_end - p_start; in hal_vp8e_enc_strm_code()
1418 p_start = p_end; in hal_vp8e_enc_strm_code()
1419 p_end = p_start + buf_size / 10; in hal_vp8e_enc_strm_code()
1421 vp8e_set_buffer(&ctx->bitbuf[1], p_start, p_end - p_start); in hal_vp8e_enc_strm_code()
1423 offset += p_end - p_start; in hal_vp8e_enc_strm_code()
1427 p_start = p_end; in hal_vp8e_enc_strm_code()
1430 vp8e_set_buffer(&ctx->bitbuf[2], p_start, p_end - p_start); in hal_vp8e_enc_strm_code()
1432 offset += p_end - p_start; in hal_vp8e_enc_strm_code()
1435 hw_cfg->output_strm_size = p_end - p_start; in hal_vp8e_enc_strm_code()
1437 p_start = p_end; in hal_vp8e_enc_strm_code()