Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_codec.h40 RK_S32 overread_index; ///< the index into ParseContext.buffer of the overread bytes member
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_codec.h58 RK_S32 overread_index; ///< the index into ParseContext.buffer of the overread bytes member
H A Dh265d_parser.c104 sc->overread, sc->state, next, sc->index, sc->overread_index); in mpp_combine_frame()
110 sc->buffer[sc->index++] = sc->buffer[sc->overread_index++]; in mpp_combine_frame()
142 sc->overread_index = sc->index + next; in mpp_combine_frame()
175 sc->overread, sc->state, next, sc->index, sc->overread_index); in mpp_combine_frame()
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_codec.h66 RK_S32 overread_index; ///< the index into ParseContext.buffer of the overread bytes member