Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Drestoration.h190 SgrprojInfo sgrproj_info;
237 static INLINE void set_default_sgrproj(SgrprojInfo *sgrproj_info) { in set_default_sgrproj()
Dblockd.h427 } SgrprojInfo; typedef
595 SgrprojInfo sgrproj_info[MAX_MB_PLANE];
/external/libaom/libaom/av1/encoder/
Dpickrst.c110 SgrprojInfo sgrproj;
150 SgrprojInfo sgrproj;
789 static SgrprojInfo search_selfguided_restoration( in search_selfguided_restoration()
843 SgrprojInfo ret; in search_selfguided_restoration()
850 static int count_sgrproj_bits(SgrprojInfo *sgrproj_info, in count_sgrproj_bits()
851 SgrprojInfo *ref_sgrproj_info) { in count_sgrproj_bits()
Dbitstream.c1855 static AOM_INLINE void write_sgrproj_filter(const SgrprojInfo *sgrproj_info, in write_sgrproj_filter()
1856 SgrprojInfo *ref_sgrproj_info, in write_sgrproj_filter()
1898 SgrprojInfo *ref_sgrproj_info = &xd->sgrproj_info[plane]; in loop_restoration_write_sb_coeffs()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1666 static AOM_INLINE void read_sgrproj_filter(SgrprojInfo *sgrproj_info, in read_sgrproj_filter()
1667 SgrprojInfo *ref_sgrproj_info, in read_sgrproj_filter()
1714 SgrprojInfo *sgrproj_info = xd->sgrproj_info + plane; in loop_restoration_read_sb_coeffs()