Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Didctllm.c39 int shortpitch = 4; in vp8_short_idct4x4llm_c() local
53 op[shortpitch * 0] = a1 + d1; in vp8_short_idct4x4llm_c()
54 op[shortpitch * 3] = a1 - d1; in vp8_short_idct4x4llm_c()
56 op[shortpitch * 1] = b1 + c1; in vp8_short_idct4x4llm_c()
57 op[shortpitch * 2] = b1 - c1; in vp8_short_idct4x4llm_c()
84 ip += shortpitch; in vp8_short_idct4x4llm_c()
85 op += shortpitch; in vp8_short_idct4x4llm_c()
/external/libvpx/libvpx/vp8/common/mips/dspr2/
Didctllm_dspr2.c46 int shortpitch = 4; in vp8_short_idct4x4llm_dspr2() local
123 prefetch_load_short(ip + shortpitch); in vp8_short_idct4x4llm_dspr2()