Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/post_filter/
Dcdef.cc257 void PostFilter::ApplyCdefForOneUnit(uint16_t* cdef_block, const int index, in ApplyCdefForOneUnit() argument
287 cdef_block + in ApplyCdefForOneUnit()
338 cdef_block, kCdefUnitSizeWithBorders, true, in ApplyCdefForOneUnit()
501 cdef_block, kCdefUnitSizeWithBorders, false, in ApplyCdefForOneUnit()
591 uint16_t* cdef_block, uint8_t border_columns[2][kMaxPlanes][256], in ApplyCdefForOneSuperBlockRowHelper() argument
602 ApplyCdefForOneUnit<uint16_t>(cdef_block, index, block_width4x4, in ApplyCdefForOneSuperBlockRowHelper()
608 ApplyCdefForOneUnit<uint8_t>(cdef_block, index, block_width4x4, in ApplyCdefForOneSuperBlockRowHelper()
647 uint16_t cdef_block[kCdefUnitSizeWithBorders * kCdefUnitSizeWithBorders * 2]; in ApplyCdefWorker() local
655 ApplyCdefForOneSuperBlockRowHelper(cdef_block, border_columns, row4x4, in ApplyCdefWorker()
/external/libgav1/libgav1/src/
Dpost_filter.h378 void ApplyCdefForOneUnit(uint16_t* cdef_block, int index, int block_width4x4,
386 uint16_t* cdef_block, uint8_t border_columns[2][kMaxPlanes][256],
/external/libaom/libaom/av1/
Dav1.cmake33 "${AOM_ROOT}/av1/common/cdef_block.c"
34 "${AOM_ROOT}/av1/common/cdef_block.h"
/external/libaom/
DAndroid.bp119 "libaom/av1/common/cdef_block.c",