Searched refs:bitbuf (Results 1 – 8 of 8) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/vpu/vp8e/ |
| H A D | hal_vp8e_putbit.c | 22 MPP_RET vp8e_set_buffer(Vp8ePutBitBuf *bitbuf, RK_U8 *data, RK_S32 size) in vp8e_set_buffer() argument 24 if ((bitbuf == NULL) || (data == NULL) || (size < 1)) in vp8e_set_buffer() 27 bitbuf->data = data; in vp8e_set_buffer() 28 bitbuf->p_data = data; in vp8e_set_buffer() 29 bitbuf->size = size; in vp8e_set_buffer() 31 bitbuf->range = 255; in vp8e_set_buffer() 32 bitbuf->bottom = 0; in vp8e_set_buffer() 33 bitbuf->bits_left = 24; in vp8e_set_buffer() 35 bitbuf->byte_cnt = 0; in vp8e_set_buffer() 40 MPP_RET vp8e_put_bool(Vp8ePutBitBuf *bitbuf, RK_S32 prob, RK_S32 bool_value) in vp8e_put_bool() argument [all …]
|
| H A D | hal_vp8e_base.c | 225 static void set_hdr_segmentation(Vp8ePutBitBuf *bitbuf, Vp8ePps *ppss, in set_hdr_segmentation() argument 244 vp8e_put_lit(bitbuf, sgm->map_modified, 1); in set_hdr_segmentation() 245 vp8e_put_lit(bitbuf, data_modified, 1); in set_hdr_segmentation() 248 vp8e_put_lit(bitbuf, 1, 1); in set_hdr_segmentation() 252 vp8e_put_lit(bitbuf, 1, 1); in set_hdr_segmentation() 253 vp8e_put_lit(bitbuf, MPP_ABS(tmp), 7); in set_hdr_segmentation() 254 vp8e_put_lit(bitbuf, tmp < 0, 1); in set_hdr_segmentation() 259 vp8e_put_lit(bitbuf, 1, 1); in set_hdr_segmentation() 260 vp8e_put_lit(bitbuf, MPP_ABS(tmp), 6); in set_hdr_segmentation() 261 vp8e_put_lit(bitbuf, tmp < 0, 1); in set_hdr_segmentation() [all …]
|
| H A D | hal_vp8e_putbit.h | 44 MPP_RET vp8e_put_lit(Vp8ePutBitBuf *bitbuf, RK_S32 value, RK_S32 number); 45 MPP_RET vp8e_buffer_gap(Vp8ePutBitBuf *bitbuf, RK_S32 gap); 46 MPP_RET vp8e_buffer_overflow(Vp8ePutBitBuf *bitbuf); 47 MPP_RET vp8e_put_byte(Vp8ePutBitBuf *bitbuf, RK_S32 byte); 48 MPP_RET vp8e_put_bool(Vp8ePutBitBuf *bitbuf, RK_S32 prob, RK_S32 boolValue); 49 MPP_RET vp8e_set_buffer(Vp8ePutBitBuf *bitbuf, RK_U8 *data, RK_S32 size);
|
| H A D | hal_vp8e_entropy.h | 20 MPP_RET vp8e_calc_coeff_prob(Vp8ePutBitBuf *bitbuf, 22 MPP_RET vp8e_calc_mv_prob(Vp8ePutBitBuf *bitbuf,
|
| H A D | hal_vp8e_entropy.c | 375 MPP_RET vp8e_calc_coeff_prob(Vp8ePutBitBuf *bitbuf, RK_S32 (*curr)[4][8][3][11], in vp8e_calc_coeff_prob() argument 390 vp8e_put_bool(bitbuf, prob, 0); in vp8e_calc_coeff_prob() 392 vp8e_put_bool(bitbuf, prob, 1); in vp8e_calc_coeff_prob() 393 vp8e_put_lit(bitbuf, new, 8); in vp8e_calc_coeff_prob() 402 MPP_RET vp8e_calc_mv_prob(Vp8ePutBitBuf *bitbuf, RK_S32 (*curr)[2][19], in vp8e_calc_mv_prob() argument 415 vp8e_put_bool(bitbuf, prob, 0); in vp8e_calc_mv_prob() 417 vp8e_put_bool(bitbuf, prob, 1); in vp8e_calc_mv_prob() 418 vp8e_put_lit(bitbuf, new >> 1, 7); in vp8e_calc_mv_prob()
|
| H A D | hal_vp8e_base.h | 350 Vp8ePutBitBuf bitbuf[4]; member
|
| H A D | hal_vp8e_vepu1_v2.c | 467 ctx->bitbuf[1].size = 0; in hal_vp8e_vepu1_wait_v2()
|
| H A D | hal_vp8e_vepu2_v2.c | 470 ctx->bitbuf[1].size = 0; in hal_vp8e_vepu2_wait_v2()
|