Lines Matching refs:p_end
1404 RK_U8 *p_end = NULL; in hal_vp8e_enc_strm_code() local
1409 p_end = p_start + 3; in hal_vp8e_enc_strm_code()
1411 p_end += 7;// frame tag len:I frame 10 byte, P frmae 3 byte. 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()
1420 p_end = (RK_U8 *)((size_t)p_end & ~0x7); 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()
1428 p_end = mpp_buffer_get_ptr(buffers->hw_out_buf) + buf_size; in hal_vp8e_enc_strm_code()
1429 p_end = (RK_U8 *)((size_t)p_end & ~0x7); 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()