Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Didctllm.c36 int shortpitch = pitch >> 1; in vp8_short_idct4x4llm_c() local
51 op[shortpitch*0] = a1 + d1; in vp8_short_idct4x4llm_c()
52 op[shortpitch*3] = a1 - d1; in vp8_short_idct4x4llm_c()
54 op[shortpitch*1] = b1 + c1; in vp8_short_idct4x4llm_c()
55 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()
94 int shortpitch = pitch >> 1; in vp8_short_idct4x4llm_1_c() local
103 op += shortpitch; in vp8_short_idct4x4llm_1_c()