Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/post_filter/
Dcdef.cc358 (y_primary_strength | frame_header_.cdef.uv_primary_strength[index]) != 0; in ApplyCdefForOneUnit()
464 const uint8_t uv_primary_strength = in ApplyCdefForOneUnit() local
465 frame_header_.cdef.uv_primary_strength[index]; in ApplyCdefForOneUnit()
469 if ((uv_primary_strength | uv_secondary_strength) == 0) { in ApplyCdefForOneUnit()
509 (static_cast<int>(uv_primary_strength == 0) << 1) | in ApplyCdefForOneUnit()
545 int direction = (uv_primary_strength == 0) in ApplyCdefForOneUnit()
551 if (uv_primary_strength && in ApplyCdefForOneUnit()
569 uv_primary_strength, uv_secondary_strength, in ApplyCdefForOneUnit()
/external/libgav1/libgav1/src/utils/
Dtypes.h297 uint8_t uv_primary_strength[kMaxCdefStrengths]; member
/external/libgav1/libgav1/src/
Dpost_filter.h159 frame_header.cdef.uv_primary_strength[0] > 0 || in DoCdef()
Dobu_parser.cc1123 cdef->uv_primary_strength[i] = scratch << coeff_shift; in ParseCdefParameters()