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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Divi_dsp.c43 const IDWTELEM *b0_ptr, *b1_ptr, *b2_ptr, *b3_ptr; local
55 b3_ptr = plane->bands[3].buf;
78 b3_2 = b3_ptr[back_pitch]; // b3[x ,y-1]
80 b3_5 = b3_ptr[0]; // b3[x ,y ]
82 b3_8 = b3_2 - b3_5*6 + b3_ptr[pitch];
148 b3_6 = b3_ptr[indx+1]; // b3[x+1,y ]
149 b3_3 = b3_ptr[back_pitch+indx+1]; // b3[x+1,y-1]
155 b3_9 = b3_3 - b3_6*6 + b3_ptr[pitch+indx+1];
177 b3_ptr += pitch;
185 const IDWTELEM *b0_ptr, *b1_ptr, *b2_ptr, *b3_ptr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Divi_dsp.c41 const short *b0_ptr, *b1_ptr, *b2_ptr, *b3_ptr; local
54 b3_ptr = plane->bands[3].buf;
80 b3_2 = b3_ptr[back_pitch]; // b3[x ,y-1]
82 b3_5 = b3_ptr[0]; // b3[x ,y ]
84 b3_8 = b3_2 - b3_5*6 + b3_ptr[pitch];
93 b3_ptr --;
157 b3_6 = b3_ptr[indx+1]; // b3[x+1,y ]
158 b3_3 = b3_ptr[back_pitch+indx+1]; // b3[x+1,y-1]
164 b3_9 = b3_3 - b3_6*6 + b3_ptr[pitch+indx+1];
186 b3_ptr
194 const short *b0_ptr, *b1_ptr, *b2_ptr, *b3_ptr; local
[all...]

Completed in 128 milliseconds