Home
last modified time | relevance | path

Searched refs:AV1_RESTORE_NONE (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1.h165 AV1_RESTORE_NONE = 0, enumerator
H A Dav1d_parser2_syntax.c22 …unsigned char remap_lr_type[4] = { AV1_RESTORE_NONE, AV1_RESTORE_SWITCHABLE, AV1_RESTORE_WIENER, A… in av1d_fill_picparams()
H A Dav1d_cbs.c1423 if (current->lr_type[i] != AV1_RESTORE_NONE) { in mpp_av1_lr_params()
/rockchip-linux_mpp/mpp/hal/common/av1/
H A Dav1d_common.h223 AV1_RESTORE_NONE = 0, enumerator
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c1638 uses_lr |= (dxva->loop_filter.frame_restoration_type[i] != AV1_RESTORE_NONE) ? 1 : 0; in prepare_uncompress_header()