Home
last modified time | relevance | path

Searched refs:state64 (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_codec.h41 RK_U64 state64; ///< contains the last 8 bytes in MSB order member
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_codec.h59 RK_U64 state64; ///< contains the last 8 bytes in MSB order member
H A Dh265d_parser.c67 sc->state64 = (sc->state64 << 8) | buf[i]; in hevc_find_frame_end()
69 if (((sc->state64 >> 3 * 8) & 0xFFFFFF) != START_CODE) in hevc_find_frame_end()
71 nut = (sc->state64 >> (2 * 8 + 1)) & 0x3F; in hevc_find_frame_end()
72 … layer_id = (((sc->state64 >> 2 * 8) & 0x01) << 5) + (((sc->state64 >> 1 * 8) & 0xF8) >> 3); in hevc_find_frame_end()
169 sc->state64 = (sc->state64 << 8) | sc->buffer[sc->last_index + next]; in mpp_combine_frame()
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_codec.h67 RK_U64 state64; ///< contains the last 8 bytes in MSB order member