Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/post_filter/
Dcdef.cc350 const uint8_t y_secondary_strength = in ApplyCdefForOneUnit() local
351 frame_header_.cdef.y_secondary_strength[index]; in ApplyCdefForOneUnit()
355 int y_strength_index = static_cast<int>(y_secondary_strength == 0); in ApplyCdefForOneUnit()
428 if ((primary_strength | y_secondary_strength) == 0) { in ApplyCdefForOneUnit()
438 primary_strength, y_secondary_strength, in ApplyCdefForOneUnit()
/external/libgav1/libgav1/src/utils/
Dtypes.h296 uint8_t y_secondary_strength[kMaxCdefStrengths]; member
/external/libgav1/libgav1/src/
Dpost_filter.h158 frame_header.cdef.y_secondary_strength[0] > 0 || in DoCdef()
Dobu_parser.cc1118 cdef->y_secondary_strength[i] = scratch; in ParseCdefParameters()
1119 if (cdef->y_secondary_strength[i] == 3) ++cdef->y_secondary_strength[i]; in ParseCdefParameters()
1120 cdef->y_secondary_strength[i] <<= coeff_shift; in ParseCdefParameters()