Searched defs:source_dx (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/base/simd/
H A Dconvert_yuv_to_rgb_c.cc151 ptrdiff_t source_dx,
159 x += source_dx;
163 x += source_dx;
174 ptrdiff_t source_dx,
178 if (source_dx >= 0x20000)
181 source_x, source_dx, convert_table);
190 int source_dx,
205 x += source_dx;
212 x += source_dx;
146 ScaleYUVToRGB32Row_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, ptrdiff_t width, ptrdiff_t source_dx, const int16 convert_table[1024][4]) argument
169 LinearScaleYUVToRGB32Row_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, ptrdiff_t width, ptrdiff_t source_dx, const int16 convert_table[1024][4]) argument
184 LinearScaleYUVToRGB32RowWithRange_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int dest_width, int x, int source_dx, const int16 convert_table[1024][4]) argument
/external/chromium_org/media/base/
H A Dyuv_convert.cc268 int source_dx = source_width * kFractionMax / width; local
278 source_dx = ((source_dy >> kFractionBits) * y_pitch) << kFractionBits;
375 if (source_dx == kFractionMax) { // Not scaled
385 source_dx,
393 source_dx,

Completed in 4101 milliseconds