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

/external/libvpx/libvpx/vp8/common/
H A Didctllm.c40 int shortpitch = 4; local
55 op[shortpitch*0] = a1 + d1;
56 op[shortpitch*3] = a1 - d1;
58 op[shortpitch*1] = b1 + c1;
59 op[shortpitch*2] = b1 - c1;
88 ip += shortpitch;
89 op += shortpitch;
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c52 int shortpitch = 4; local
129 prefetch_load_short(ip + shortpitch);

Completed in 218 milliseconds