Searched defs:temp4 (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dvp8_fdct4x4_test.cc40 const int temp4 = (ip[12] * sinpi8sqrt2) >> 16; local
41 const int d1 = temp3 + temp4;
58 const int temp4 = (ip[3] * sinpi8sqrt2) >> 16; local
59 const int d1 = temp3 + temp4;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c55 int temp3, temp4; local
74 temp4 = ip[13] + ((ip[13] * cospi8sqrt2minus1) >> 16);
75 c2 = temp3 - temp4;
78 temp4 = (ip[13] * sinpi8sqrt2) >> 16;
79 d2 = temp3 + temp4;
106 temp4 = ip[15] + ((ip[15] * cospi8sqrt2minus1) >> 16);
107 c2 = temp3 - temp4;
110 temp4 = (ip[15] * sinpi8sqrt2) >> 16;
111 d2 = temp3 + temp4;
144 temp4
[all...]

Completed in 494 milliseconds