Searched refs:BitputCtx_t (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/base/inc/ |
| H A D | mpp_bitput.h | 32 } BitputCtx_t; typedef 38 RK_S32 mpp_set_bitput_ctx(BitputCtx_t *bp, RK_U64 *data, RK_U32 len); 39 void mpp_put_bits(BitputCtx_t *bp, RK_U64 invalue, RK_S32 lbits); 40 void mpp_put_align(BitputCtx_t *bp, RK_S32 align_bits, int flag);
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_bitput.c | 21 RK_S32 mpp_set_bitput_ctx(BitputCtx_t *bp, RK_U64 *data, RK_U32 len) in mpp_set_bitput_ctx() 23 memset(bp, 0, sizeof(BitputCtx_t)); in mpp_set_bitput_ctx() 33 void mpp_put_bits(BitputCtx_t *bp, RK_U64 invalue, RK_S32 lbits) in mpp_put_bits() 54 void mpp_put_align(BitputCtx_t *bp, RK_S32 align_bits, int flag) in mpp_put_align()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_rkv_reg.c | 258 BitputCtx_t bp; in prepare_spspps() 356 BitputCtx_t bp; in prepare_framerps() 412 BitputCtx_t bp; in prepare_scanlist()
|
| H A D | hal_h264d_vdpu34x.c | 355 BitputCtx_t bp; in prepare_spspps() 453 BitputCtx_t bp; in prepare_framerps()
|
| H A D | hal_h264d_vdpu382.c | 361 BitputCtx_t bp; in prepare_spspps() 459 BitputCtx_t bp; in prepare_framerps()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_com.c | 311 BitputCtx_t bp; in hal_h265d_slice_hw_rps() 657 BitputCtx_t bp; in hal_h265d_slice_output_rps()
|
| H A D | hal_h265d_rkv.c | 281 BitputCtx_t bp; in hal_h265d_v345_output_pps_packet() 495 BitputCtx_t bp; in hal_h265d_output_pps_packet()
|
| H A D | hal_h265d_vdpu34x.c | 236 BitputCtx_t bp; in hal_h265d_v345_output_pps_packet() 462 BitputCtx_t bp; in hal_h265d_output_pps_packet()
|
| H A D | hal_h265d_vdpu382.c | 240 BitputCtx_t bp; in hal_h265d_v382_output_pps_packet()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/ |
| H A D | hal_vp9d_com.c | 1007 BitputCtx_t bp; in hal_vp9d_output_probe() 1252 BitputCtx_t bp; in hal_vp9d_prob_default() 1453 BitputCtx_t bp; in hal_vp9d_prob_flag_delta()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avs2d/ |
| H A D | hal_avs2d_rkv.c | 106 BitputCtx_t bp; in prepare_header() 189 BitputCtx_t bp; in prepare_scalist()
|
| H A D | hal_avs2d_vdpu382.c | 106 BitputCtx_t bp; in prepare_header() 189 BitputCtx_t bp; in prepare_scalist()
|