Searched refs:mpp_get_bits_count (Results 1 – 4 of 4) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_cbs.c | 407 #define byte_alignment(gb) (mpp_get_bits_count(gb) % 8) 2031 av1d_dbg(AV1D_DBG_HEADER, "ptile_info in %d", mpp_get_bits_count(gb)); in mpp_av1_uncompressed_header() 2033 av1d_dbg(AV1D_DBG_HEADER, "ptile_info out %d", mpp_get_bits_count(gb)); in mpp_av1_uncompressed_header() 2036 av1d_dbg(AV1D_DBG_HEADER, "quantization out %d", mpp_get_bits_count(gb)); in mpp_av1_uncompressed_header() 2039 av1d_dbg(AV1D_DBG_HEADER, "segmentation out %d", mpp_get_bits_count(gb)); in mpp_av1_uncompressed_header() 2042 av1d_dbg(AV1D_DBG_HEADER, "delta_q out %d", mpp_get_bits_count(gb)); in mpp_av1_uncompressed_header() 2045 av1d_dbg(AV1D_DBG_HEADER, "lf out %d", mpp_get_bits_count(gb)); in mpp_av1_uncompressed_header() 2089 av1d_dbg(AV1D_DBG_HEADER, "filter in %d", mpp_get_bits_count(gb)); in mpp_av1_uncompressed_header() 2092 av1d_dbg(AV1D_DBG_HEADER, "cdef in %d", mpp_get_bits_count(gb)); in mpp_av1_uncompressed_header() 2095 av1d_dbg(AV1D_DBG_HEADER, "lr in %d", mpp_get_bits_count(gb)); in mpp_av1_uncompressed_header() [all …]
|
| H A D | av1d_parser.c | 1254 *start_pos = mpp_get_bits_count(&gb) / 8; in parse_obu_header()
|
| /rockchip-linux_mpp/mpp/base/inc/ |
| H A D | mpp_bitread.h | 171 RK_S32 mpp_get_bits_count(BitReadCtx_t *bitctx);
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_bitread.c | 380 RK_S32 mpp_get_bits_count(BitReadCtx_t *bitctx) in mpp_get_bits_count() function
|