Searched refs:vp8e_put_lit (Results 1 – 4 of 4) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/vpu/vp8e/ |
| H A D | hal_vp8e_base.c | 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() 280 vp8e_put_lit(bitbuf, 1, 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);
|
| H A D | hal_vp8e_putbit.c | 72 MPP_RET vp8e_put_lit(Vp8ePutBitBuf *bitbuf, RK_S32 value, in vp8e_put_lit() function
|
| H A D | hal_vp8e_entropy.c | 393 vp8e_put_lit(bitbuf, new, 8); in vp8e_calc_coeff_prob() 418 vp8e_put_lit(bitbuf, new >> 1, 7); in vp8e_calc_mv_prob()
|