Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Ddecode_mb_aux.cpp54 const int32_t kiT2 = (pRs[kiY + 1] >> 1) - pRs[kiY + 3]; in IdctResAddPred_c() local
58 iSrc[kiY + 1] = kiT1 + kiT2; in IdctResAddPred_c()
59 iSrc[kiY + 2] = kiT1 - kiT2; in IdctResAddPred_c()
/third_party/openh264/test/decoder/
DDecUT_IdctResAddPred.cpp22 const int32_t kiT2 = (pRs[kiY + 1] >> 1) - pRs[kiY + 3]; in IdctResAddPred_ref() local
26 iSrc[kiY + 1] = kiT1 + kiT2; in IdctResAddPred_ref()
27 iSrc[kiY + 2] = kiT1 - kiT2; in IdctResAddPred_ref()