Searched defs:v_buf (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/media/base/simd/
H A Dconvert_yuv_to_rgb_c.cc93 const uint8* v_buf,
98 uint8 v = v_buf[x >> 1];
111 const uint8* v_buf,
117 uint8 v = v_buf[x >> 1];
136 const uint8* v_buf,
144 int v = v_buf[(x >> 17)];
158 const uint8* v_buf,
166 LinearScaleYUVToRGB32RowWithRange_C(y_buf, u_buf, v_buf, rgb_buf, width,
172 const uint8* v_buf,
182 int v0 = v_buf[(
91 ConvertYUVToRGB32Row_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, ptrdiff_t width) argument
109 ConvertYUVAToARGBRow_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, const uint8* a_buf, uint8* rgba_buf, ptrdiff_t width) argument
134 ScaleYUVToRGB32Row_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, ptrdiff_t width, ptrdiff_t source_dx) argument
156 LinearScaleYUVToRGB32Row_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, ptrdiff_t width, ptrdiff_t source_dx) argument
170 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) argument
[all...]
H A Dconvert_rgb_to_yuv_sse2.cc87 uint8* v_buf) {
100 *v_buf++ = RGBToV(sum_r, sum_g, sum_b, 2);
108 uint8* v_buf) {
117 *v_buf++ = RGBToV(sum_r, sum_g, sum_b, 1);
123 uint8* v_buf) {
132 *v_buf++ = RGBToV(sum_r, sum_g, sum_b, 1);
138 uint8* v_buf) {
146 *v_buf++ = RGBToV(r, g, b, 0);
154 uint8* v_buf,
272 *reinterpret_cast<uint16*>(v_buf)
82 ConvertRGBToYUV_V2H2(const uint8* rgb_buf_1, const uint8* rgb_buf_2, uint8* y_buf_1, uint8* y_buf_2, uint8* u_buf, uint8* v_buf) argument
103 ConvertRGBToYUV_V2H1(const uint8* rgb_buf_1, const uint8* rgb_buf_2, uint8* y_buf_1, uint8* y_buf_2, uint8* u_buf, uint8* v_buf) argument
120 ConvertRGBToYUV_V1H2(const uint8* rgb_buf, uint8* y_buf, uint8* u_buf, uint8* v_buf) argument
135 ConvertRGBToYUV_V1H1(const uint8* rgb_buf, uint8* y_buf, uint8* u_buf, uint8* v_buf) argument
149 ConvertRGB32ToYUVRow_SSE2(const uint8* rgb_buf_1, const uint8* rgb_buf_2, uint8* y_buf_1, uint8* y_buf_2, uint8* u_buf, uint8* v_buf, int width) argument
[all...]
/external/libyuv/files/source/
H A Drow_neon.cc80 const uint8* v_buf,
99 "+r"(v_buf), // %2
113 const uint8* v_buf,
133 "+r"(v_buf), // %2
147 const uint8* v_buf,
167 "+r"(v_buf), // %2
181 const uint8* v_buf,
200 "+r"(v_buf), // %2
214 const uint8* v_buf,
232 "+r"(v_buf), //
78 I422ToARGBRow_NEON(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
111 I422ToBGRARow_NEON(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
145 I422ToABGRRow_NEON(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
179 I422ToRGBARow_NEON(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
212 I422ToRGB24Row_NEON(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
244 I422ToRAWRow_NEON(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
[all...]
H A Drow_common.cc472 const uint8* v_buf,
476 YuvPixel(y_buf[0], u_buf[0], v_buf[0], rgb_buf, 24, 16, 8, 0);
479 v_buf += 1;
487 const uint8* v_buf,
491 YuvPixel(y_buf[0], u_buf[0], v_buf[0], rgb_buf + 0, 24, 16, 8, 0);
492 YuvPixel(y_buf[1], u_buf[0], v_buf[0], rgb_buf + 4, 24, 16, 8, 0);
495 v_buf += 1;
499 YuvPixel(y_buf[0], u_buf[0], v_buf[0], rgb_buf + 0, 24, 16, 8, 0);
505 const uint8* v_buf,
509 YuvPixel2(y_buf[0], u_buf[0], v_buf[
470 I444ToARGBRow_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
485 I422ToARGBRow_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
503 I422ToRGB24Row_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
524 I422ToRAWRow_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
545 I411ToARGBRow_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
603 I422ToBGRARow_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
621 I422ToABGRRow_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
639 I422ToRGBARow_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
[all...]
H A Drow_posix.cc1321 "movq (%[u_buf],%[v_buf],1),%%xmm1 \n" \
1328 "movd (%[u_buf],%[v_buf],1),%%xmm1 \n" \
1336 "movd (%[u_buf],%[v_buf],1),%%xmm1 \n" \
1400 const uint8* v_buf,
1404 "sub %[u_buf],%[v_buf] \n"
1423 [v_buf]"+r"(v_buf), // %[v_buf]
1436 const uint8* v_buf,
1440 "sub %[u_buf],%[v_buf] \
1398 I444ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* argb_buf, int width) argument
1434 I422ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* argb_buf, int width) argument
1470 I411ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* argb_buf, int width) argument
1572 I444ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* argb_buf, int width) argument
1608 I422ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* argb_buf, int width) argument
1644 I411ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* argb_buf, int width) argument
1746 I422ToBGRARow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* bgra_buf, int width) argument
1783 I422ToABGRRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* abgr_buf, int width) argument
1819 I422ToBGRARow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* bgra_buf, int width) argument
1856 I422ToABGRRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* abgr_buf, int width) argument
[all...]
H A Drow_win.cc1619 const uint8* v_buf,
1662 const uint8* v_buf,
1706 const uint8* v_buf,
1825 const uint8* v_buf,
1868 const uint8* v_buf,
1912 const uint8* v_buf,
2030 const uint8* v_buf,
2071 const uint8* v_buf,
2112 const uint8* v_buf,
2153 const uint8* v_buf,
1617 I444ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* argb_buf, int width) argument
1660 I422ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* argb_buf, int width) argument
1704 I411ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* argb_buf, int width) argument
1823 I444ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* argb_buf, int width) argument
1866 I422ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* argb_buf, int width) argument
1910 I411ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* argb_buf, int width) argument
2028 I422ToBGRARow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* bgra_buf, int width) argument
2069 I422ToBGRARow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* bgra_buf, int width) argument
2110 I422ToABGRRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* abgr_buf, int width) argument
2151 I422ToABGRRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* abgr_buf, int width) argument
2192 I422ToRGBARow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgba_buf, int width) argument
2233 I422ToRGBARow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgba_buf, int width) argument
[all...]
/external/chromium_org/media/base/
H A Dyuv_convert.cc194 const uint8* v_buf,
235 v_buf += source_width / 2 - 1;
243 v_buf += ((source_height >> y_shift) - 1) * uv_pitch;
310 v_ptr = v_buf + (source_y >> y_shift) * uv_pitch;
352 v_ptr = v_buf + (source_y >> y_shift) * uv_pitch;
373 const uint8* v_buf,
466 const uint8* v0_ptr = v_buf + uv_pitch * source_uv_row + source_uv_left;
192 ScaleYUVToRGB32(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int source_width, int source_height, int width, int height, int y_pitch, int uv_pitch, int rgb_pitch, YUVType yuv_type, Rotate view_rotate, ScaleFilter filter) argument
371 ScaleYUVToRGB32WithRect(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int source_width, int source_height, int dest_width, int dest_height, int dest_rect_left, int dest_rect_top, int dest_rect_right, int dest_rect_bottom, int y_pitch, int uv_pitch, int rgb_pitch) argument

Completed in 144 milliseconds