Searched refs:y_primary_strength (Results 1 – 6 of 6) sorted by relevance
348 const uint8_t y_primary_strength = in ApplyCdefForOneUnit() local349 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()
275 uint8_t y_primary_strength[kMaxCdefStrengths]; member
157 frame_header.cdef.y_primary_strength[0] > 0 || in DoCdef()
625 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()
888 cdef->y_primary_strength[i] = (rnd->Rand16() & 15) << coeff_shift; in SetInput()
1117 cdef->y_primary_strength[i] = scratch << coeff_shift; in ParseCdefParameters()