Home
last modified time | relevance | path

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

/dports/multimedia/libgav1/libgav1-0.17.0/src/post_filter/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/post_filter/
H A Dcdef.cc347 const uint8_t y_primary_strength = in ApplyCdefForOneUnit() local
348 frame_header_.cdef.y_primary_strength[index]; in ApplyCdefForOneUnit()
357 (y_primary_strength | frame_header_.cdef.uv_primary_strength[index]) != 0; in ApplyCdefForOneUnit()
420 (y_primary_strength == 0) ? 0 : direction_y[y_index]; in ApplyCdefForOneUnit()
425 ? (y_primary_strength * (4 + variance_strength) + 8) >> 4 in ApplyCdefForOneUnit()
/dports/multimedia/libgav1/libgav1-0.17.0/src/utils/
H A Dtypes.h275 uint8_t y_primary_strength[kMaxCdefStrengths]; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/utils/
H A Dtypes.h294 uint8_t y_primary_strength[kMaxCdefStrengths]; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/utils/
H A Dtypes.h288 uint8_t y_primary_strength[kMaxCdefStrengths]; member
/dports/multimedia/libgav1/libgav1-0.17.0/src/
H A Dpost_filter.h157 frame_header.cdef.y_primary_strength[0] > 0 || in DoCdef()
H A Dobu_parser_test.cc624 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()
H A Dpost_filter_test.cc786 cdef->y_primary_strength[i] = (rnd->Rand16() & 15) << coeff_shift; in SetInput()
H A Dobu_parser.cc1116 cdef->y_primary_strength[i] = scratch << coeff_shift; in ParseCdefParameters()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/
H A Dpost_filter.h157 frame_header.cdef.y_primary_strength[0] > 0 || in DoCdef()
H A Dobu_parser.cc1112 cdef->y_primary_strength[i] = scratch << coeff_shift; in ParseCdefParameters()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/
H A Dpost_filter.h154 frame_header.cdef.y_primary_strength[0] > 0 || in DoCdef()
H A Dobu_parser.cc1096 cdef->y_primary_strength[i] = scratch; in ParseCdefParameters()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/post_filter/
H A Dcdef.cc237 primary_strength = frame_header_.cdef.y_primary_strength[index] in ApplyCdefForOneUnit()