Home
last modified time | relevance | path

Searched refs:RefFrameMapTextureIndex (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser2_syntax.c108 memset(pp->RefFrameMapTextureIndex, 0xFF, sizeof(pp->RefFrameMapTextureIndex)); in av1d_fill_picparams()
170 pp->RefFrameMapTextureIndex[i] = ref_frame->slot_index; in av1d_fill_picparams()
172 pp->RefFrameMapTextureIndex[i] = 0xff; in av1d_fill_picparams()
/rockchip-linux_mpp/mpp/common/
H A Dav1d_syntax.h248 UCHAR RefFrameMapTextureIndex[8]; member