Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_EncoderMbAux.cpp639 int16_t iRsC[64], iRsA[64]; in TEST() local
643 iRsA[i] = iRsC[i] = (rand() & 32767) - 16384; in TEST()
649 int32_t iRetA = WelsHadamardQuant2x2Anchor (iRsA, ff, mf, iDctA, iBlockA); in TEST()