Searched refs:shortpitch (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/vp8/common/
H A Didctllm.c36 int shortpitch = pitch >> 1; local
51 op[shortpitch*0] = a1 + d1;
52 op[shortpitch*3] = a1 - d1;
54 op[shortpitch*1] = b1 + c1;
55 op[shortpitch*2] = b1 - c1;
84 ip += shortpitch;
85 op += shortpitch;
94 int shortpitch = pitch >> 1; local
103 op += shortpitch;

Completed in 59 milliseconds