Home
last modified time | relevance | path

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

/external/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()
427 (y_primary_strength == 0) ? 0 : direction_y[y_index]; in ApplyCdefForOneUnit()
433 ? (y_primary_strength * (4 + variance_strength) + 8) >> 4 in ApplyCdefForOneUnit()
/external/libgav1/src/utils/
Dtypes.h275 uint8_t y_primary_strength[kMaxCdefStrengths]; member
/external/libgav1/src/
Dpost_filter.h157 frame_header.cdef.y_primary_strength[0] > 0 || in DoCdef()
Dobu_parser_test.cc625 OBU_TEST_COMPARE(y_primary_strength[i]); in VerifyCdefParameters()
1967 gold.y_primary_strength[i] = 10; in TEST_F()
1971 data.AppendLiteral(4, gold.y_primary_strength[i]); in TEST_F()
1977 gold.y_primary_strength[i] <<= coeff_shift; in TEST_F()
Dpost_filter_test.cc888 cdef->y_primary_strength[i] = (rnd->Rand16() & 15) << coeff_shift; in SetInput()
Dobu_parser.cc1117 cdef->y_primary_strength[i] = scratch << coeff_shift; in ParseCdefParameters()