Searched refs:vp8e_put_lit (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/ |
| H A D | hal_vp8e_base.c | 240 vp8e_put_lit(bitbuf, sgm->map_modified, 1); in set_hdr_segmentation() 241 vp8e_put_lit(bitbuf, data_modified, 1); in set_hdr_segmentation() 244 vp8e_put_lit(bitbuf, 1, 1); in set_hdr_segmentation() 248 vp8e_put_lit(bitbuf, 1, 1); in set_hdr_segmentation() 249 vp8e_put_lit(bitbuf, MPP_ABS(tmp), 7); in set_hdr_segmentation() 250 vp8e_put_lit(bitbuf, tmp < 0, 1); in set_hdr_segmentation() 255 vp8e_put_lit(bitbuf, 1, 1); in set_hdr_segmentation() 256 vp8e_put_lit(bitbuf, MPP_ABS(tmp), 6); in set_hdr_segmentation() 257 vp8e_put_lit(bitbuf, tmp < 0, 1); in set_hdr_segmentation() 276 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 | 389 vp8e_put_lit(bitbuf, new, 8); in vp8e_calc_coeff_prob() 414 vp8e_put_lit(bitbuf, new >> 1, 7); in vp8e_calc_mv_prob()
|