Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Drestoration.h189 SgrprojInfo sgrproj_info;
236 static INLINE void set_default_sgrproj(SgrprojInfo *sgrproj_info) { in set_default_sgrproj()
Dblockd.h435 } SgrprojInfo; typedef
533 SgrprojInfo sgrproj_info[MAX_MB_PLANE];
/external/libaom/libaom/av1/encoder/
Dpickrst.c78 SgrprojInfo sgrproj;
114 SgrprojInfo sgrproj;
552 static SgrprojInfo search_selfguided_restoration( in search_selfguided_restoration()
589 SgrprojInfo ret; in search_selfguided_restoration()
596 static int count_sgrproj_bits(SgrprojInfo *sgrproj_info, in count_sgrproj_bits()
597 SgrprojInfo *ref_sgrproj_info) { in count_sgrproj_bits()
Dbitstream.c1835 static void write_sgrproj_filter(const SgrprojInfo *sgrproj_info, in write_sgrproj_filter()
1836 SgrprojInfo *ref_sgrproj_info, in write_sgrproj_filter()
1880 SgrprojInfo *ref_sgrproj_info = &xd->sgrproj_info[plane]; in loop_restoration_write_sb_coeffs()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c2069 static void read_sgrproj_filter(SgrprojInfo *sgrproj_info, in read_sgrproj_filter()
2070 SgrprojInfo *ref_sgrproj_info, aom_reader *rb) { in read_sgrproj_filter()
2117 SgrprojInfo *sgrproj_info = xd->sgrproj_info + plane; in loop_restoration_read_sb_coeffs()