Home | History | Annotate | Download | only in src

Lines Matching refs:dx

107 \param "dx"     "Fraction of x_pos in quarter pel."
122 int blkwidth, int blkheight, int dx);
125 int blkwidth, int blkheight, int dx);
150 void ChromaBorderMC(uint8 *ref, int picwidth, int dx, int dy,
152 void ChromaDiagonalMC(uint8 *ref, int picwidth, int dx, int dy,
158 void ChromaBorderMCOutside(uint8 *ref, int picwidth, int dx, int dy,
162 int dx, int dy, uint8 *pred, int pred_pitch,
166 void ChromaDiagonalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
169 void ChromaHorizontalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
172 void ChromaVerticalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
175 void ChromaFullMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
178 void ChromaVerticalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
181 void ChromaHorizontalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
184 void ChromaDiagonalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,