HomeSort by relevance Sort by last modified time
    Searched refs:shortpitch (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/common/
idctllm.c 39 int shortpitch = 4; local
54 op[shortpitch*0] = a1 + d1;
55 op[shortpitch*3] = a1 - d1;
57 op[shortpitch*1] = b1 + c1;
58 op[shortpitch*2] = b1 - c1;
87 ip += shortpitch;
88 op += shortpitch;
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c 52 int shortpitch = 4; local
129 prefetch_load_short(ip + shortpitch);

Completed in 30 milliseconds