Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/post_filter/
Dcdef.cc348 const uint8_t y_primary_strength = in ApplyCdefForOneUnit() local
349 frame_header_.cdef.y_primary_strength[index]; in ApplyCdefForOneUnit()
358 (y_primary_strength | frame_header_.cdef.uv_primary_strength[index]) != 0; in ApplyCdefForOneUnit()
421 (y_primary_strength == 0) ? 0 : direction_y[y_index]; in ApplyCdefForOneUnit()
426 ? (y_primary_strength * (4 + variance_strength) + 8) >> 4 in ApplyCdefForOneUnit()
/external/libgav1/libgav1/src/utils/
Dtypes.h295 uint8_t y_primary_strength[kMaxCdefStrengths]; member
/external/libgav1/libgav1/src/
Dpost_filter.h157 frame_header.cdef.y_primary_strength[0] > 0 || in DoCdef()
Dobu_parser.cc1116 cdef->y_primary_strength[i] = scratch << coeff_shift; in ParseCdefParameters()