• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/

Lines Matching refs:bias

213     int bias = rv40_bias[y>>1][x>>1];\
219 OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1] + bias));\
220 OP(dst[1], (A*src[1] + B*src[2] + C*src[stride+1] + D*src[stride+2] + bias));\
221 OP(dst[2], (A*src[2] + B*src[3] + C*src[stride+2] + D*src[stride+3] + bias));\
222 OP(dst[3], (A*src[3] + B*src[4] + C*src[stride+3] + D*src[stride+4] + bias));\
230 OP(dst[0], (A*src[0] + E*src[step+0] + bias));\
231 OP(dst[1], (A*src[1] + E*src[step+1] + bias));\
232 OP(dst[2], (A*src[2] + E*src[step+2] + bias));\
233 OP(dst[3], (A*src[3] + E*src[step+3] + bias));\
246 int bias = rv40_bias[y>>1][x>>1];\
252 OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1] + bias));\
253 OP(dst[1], (A*src[1] + B*src[2] + C*src[stride+1] + D*src[stride+2] + bias));\
254 OP(dst[2], (A*src[2] + B*src[3] + C*src[stride+2] + D*src[stride+3] + bias));\
255 OP(dst[3], (A*src[3] + B*src[4] + C*src[stride+3] + D*src[stride+4] + bias));\
256 OP(dst[4], (A*src[4] + B*src[5] + C*src[stride+4] + D*src[stride+5] + bias));\
257 OP(dst[5], (A*src[5] + B*src[6] + C*src[stride+5] + D*src[stride+6] + bias));\
258 OP(dst[6], (A*src[6] + B*src[7] + C*src[stride+6] + D*src[stride+7] + bias));\
259 OP(dst[7], (A*src[7] + B*src[8] + C*src[stride+7] + D*src[stride+8] + bias));\
267 OP(dst[0], (A*src[0] + E*src[step+0] + bias));\
268 OP(dst[1], (A*src[1] + E*src[step+1] + bias));\
269 OP(dst[2], (A*src[2] + E*src[step+2] + bias));\
270 OP(dst[3], (A*src[3] + E*src[step+3] + bias));\
271 OP(dst[4], (A*src[4] + E*src[step+4] + bias));\
272 OP(dst[5], (A*src[5] + E*src[step+5] + bias));\
273 OP(dst[6], (A*src[6] + E*src[step+6] + bias));\
274 OP(dst[7], (A*src[7] + E*src[step+7] + bias));\