Searched refs:b3_3 (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.c41 int32_t b3_1, b3_2, b3_3, b3_4, b3_5, b3_6, b3_7, b3_8, b3_9; local
79 b3_3 = b3_2; // b3[x+1,y-1] = b3[x ,y-1]
94 b3_2 = b3_3; // b3[x ,y-1] = b3[x+1,y-1]
149 b3_3 = b3_ptr[back_pitch+indx+1]; // b3[x+1,y-1]
153 tmp2 = b3_3 + b3_6;
155 b3_9 = b3_3 - b3_6*6 + b3_ptr[pitch+indx+1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Divi_dsp.c39 int32_t b3_1, b3_2, b3_3, b3_4, b3_5, b3_6, b3_7, b3_8, b3_9; local
81 b3_3 = b3_2; // b3[x+1,y-1] = b3[x ,y-1]
103 b3_2 = b3_3; // b3[x ,y-1] = b3[x+1,y-1]
158 b3_3 = b3_ptr[back_pitch+indx+1]; // b3[x+1,y-1]
162 tmp2 = b3_3 + b3_6;
164 b3_9 = b3_3 - b3_6*6 + b3_ptr[pitch+indx+1];

Completed in 107 milliseconds