Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_codec.h36 RK_S32 last_index; member
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_codec.h54 RK_S32 last_index; member
H A Dh265d_parser.c118 sc->last_index = sc->index; in mpp_combine_frame()
168 sc->state = (sc->state << 8) | sc->buffer[sc->last_index + next]; in mpp_combine_frame()
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.h62 RK_S32 last_index; member