Searched defs:u_buf (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drow_mips.cc684 "lhu $t1, 0(%[u_buf]) \n" \
704 "addiu %[u_buf], 2 \n" \
742 const uint8* u_buf,
791 [u_buf] "+r" (u_buf),
804 const uint8* u_buf,
853 [u_buf] "+r" (u_buf),
866 const uint8* u_buf,
917 [u_buf] "
741 I422ToARGBRow_MIPS_DSPR2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
803 I422ToABGRRow_MIPS_DSPR2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
865 I422ToBGRARow_MIPS_DSPR2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
[all...]
H A Drow_posix.cc2103 "movq " MEMACCESS([u_buf]) ",%%xmm0 \n" \
2105 MEMOPREG(movq, 0x00, [u_buf], [v_buf], 1, xmm1) \
2106 "lea " MEMLEA(0x8, [u_buf]) ",%[u_buf] \n" \
2111 "movd " MEMACCESS([u_buf]) ",%%xmm0 \n" \
2113 MEMOPREG(movd, 0x00, [u_buf], [v_buf], 1, xmm1) \
2114 "lea " MEMLEA(0x4, [u_buf]) ",%[u_buf] \n" \
2120 "movd " MEMACCESS([u_buf]) ",%%xmm0 \n" \
2122 MEMOPREG(movd, 0x00, [u_buf], [v_bu
2184 I444ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2223 I422ToRGB24Row_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgb24, int width) argument
2281 I422ToRAWRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_raw, int width) argument
2339 I422ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2378 I411ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2485 I444ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2524 I422ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2563 I411ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2670 I422ToBGRARow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_bgra, int width) argument
2710 I422ToABGRRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_abgr, int width) argument
2749 I422ToRGBARow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgba, int width) argument
2789 I422ToBGRARow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_bgra, int width) argument
2829 I422ToABGRRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_abgr, int width) argument
2868 I422ToRGBARow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgba, int width) argument
[all...]
H A Drow_win.cc78 const uint8* u_buf,
85 const ptrdiff_t offset = (uint8*)v_buf - (uint8*)u_buf;
88 xmm0 = _mm_cvtsi32_si128(*(uint32*)u_buf);
89 xmm1 = _mm_cvtsi32_si128(*(uint32*)(u_buf + offset));
123 u_buf += 4;
131 const uint8* u_buf,
138 const ptrdiff_t offset = (uint8*)v_buf - (uint8*)u_buf;
141 xmm0 = _mm_cvtsi32_si128(*(uint32*)u_buf);
142 xmm1 = _mm_cvtsi32_si128(*(uint32*)(u_buf + offset));
176 u_buf
77 I422ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
130 I422ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2229 I422ToARGBRow_AVX2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2398 I444ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2441 I422ToRGB24Row_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgb24, int width) argument
2488 I422ToRAWRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_raw, int width) argument
2535 I422ToRGB565Row_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb565_buf, int width) argument
2608 I422ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2652 I411ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2773 I444ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2816 I422ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2860 I411ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2979 I422ToBGRARow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_bgra, int width) argument
3020 I422ToBGRARow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_bgra, int width) argument
3061 I422ToABGRRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_abgr, int width) argument
3102 I422ToABGRRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_abgr, int width) argument
3143 I422ToRGBARow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgba, int width) argument
3184 I422ToRGBARow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgba, int width) argument
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Drow_mips.cc684 "lhu $t1, 0(%[u_buf]) \n" \
704 "addiu %[u_buf], 2 \n" \
742 const uint8* u_buf,
791 [u_buf] "+r" (u_buf),
804 const uint8* u_buf,
853 [u_buf] "+r" (u_buf),
866 const uint8* u_buf,
917 [u_buf] "
741 I422ToARGBRow_MIPS_DSPR2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
803 I422ToABGRRow_MIPS_DSPR2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
865 I422ToBGRARow_MIPS_DSPR2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int width) argument
[all...]
H A Drow_posix.cc2103 "movq " MEMACCESS([u_buf]) ",%%xmm0 \n" \
2105 MEMOPREG(movq, 0x00, [u_buf], [v_buf], 1, xmm1) \
2106 "lea " MEMLEA(0x8, [u_buf]) ",%[u_buf] \n" \
2111 "movd " MEMACCESS([u_buf]) ",%%xmm0 \n" \
2113 MEMOPREG(movd, 0x00, [u_buf], [v_buf], 1, xmm1) \
2114 "lea " MEMLEA(0x4, [u_buf]) ",%[u_buf] \n" \
2120 "movd " MEMACCESS([u_buf]) ",%%xmm0 \n" \
2122 MEMOPREG(movd, 0x00, [u_buf], [v_bu
2184 I444ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2223 I422ToRGB24Row_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgb24, int width) argument
2281 I422ToRAWRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_raw, int width) argument
2339 I422ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2378 I411ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2485 I444ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2524 I422ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2563 I411ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2670 I422ToBGRARow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_bgra, int width) argument
2710 I422ToABGRRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_abgr, int width) argument
2749 I422ToRGBARow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgba, int width) argument
2789 I422ToBGRARow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_bgra, int width) argument
2829 I422ToABGRRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_abgr, int width) argument
2868 I422ToRGBARow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgba, int width) argument
[all...]
H A Drow_win.cc77 const uint8* u_buf,
85 const ptrdiff_t offset = (uint8*)v_buf - (uint8*)u_buf;
88 xmm0 = _mm_cvtsi32_si128(*(uint32*)u_buf);
89 xmm1 = _mm_cvtsi32_si128(*(uint32*)(u_buf + offset));
123 u_buf += 4;
131 const uint8* u_buf,
139 const ptrdiff_t offset = (uint8*)v_buf - (uint8*)u_buf;
142 xmm0 = _mm_cvtsi32_si128(*(uint32*)u_buf);
143 xmm1 = _mm_cvtsi32_si128(*(uint32*)(u_buf + offset));
177 u_buf
76 I422ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
130 I422ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2230 I422ToARGBRow_AVX2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2399 I444ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2442 I422ToRGB24Row_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgb24, int width) argument
2489 I422ToRAWRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_raw, int width) argument
2536 I422ToRGB565Row_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb565_buf, int width) argument
2609 I422ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2653 I411ToARGBRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2774 I444ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2817 I422ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2861 I411ToARGBRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_argb, int width) argument
2980 I422ToBGRARow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_bgra, int width) argument
3021 I422ToBGRARow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_bgra, int width) argument
3062 I422ToABGRRow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_abgr, int width) argument
3103 I422ToABGRRow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_abgr, int width) argument
3144 I422ToRGBARow_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgba, int width) argument
3185 I422ToRGBARow_Unaligned_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgba, int width) argument
[all...]
/external/chromium_org/media/base/simd/
H A Dconvert_rgb_to_yuv_sse2.cc99 uint8* u_buf,
112 *u_buf++ = RGBToU(sum_r, sum_g, sum_b, 2);
120 uint8* u_buf,
129 *u_buf++ = RGBToU(sum_r, sum_g, sum_b, 1);
135 uint8* u_buf,
144 *u_buf++ = RGBToU(sum_r, sum_g, sum_b, 1);
150 uint8* u_buf,
158 *u_buf++ = RGBToU(r, g, b, 0);
166 uint8* u_buf,
272 *reinterpret_cast<uint16*>(u_buf)
95 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
116 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
133 ConvertRGBToYUV_V1H2(const uint8* rgb_buf, uint8* y_buf, uint8* u_buf, uint8* v_buf) argument
148 ConvertRGBToYUV_V1H1(const uint8* rgb_buf, uint8* y_buf, uint8* u_buf, uint8* v_buf) argument
162 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...]
H A Dconvert_yuv_to_rgb_c.cc102 const uint8* u_buf,
108 uint8 u = u_buf[x >> 1];
121 const uint8* u_buf,
128 uint8 u = u_buf[x >> 1];
147 const uint8* u_buf,
156 int u = u_buf[(x >> 17)];
170 const uint8* u_buf,
180 LinearScaleYUVToRGB32RowWithRange_C(y_buf, u_buf, v_buf, rgb_buf, width,
185 const uint8* u_buf,
195 int u0 = u_buf[(
101 ConvertYUVToRGB32Row_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, ptrdiff_t width, const int16 convert_table[1024][4]) argument
120 ConvertYUVAToARGBRow_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, const uint8* a_buf, uint8* rgba_buf, ptrdiff_t width, const int16 convert_table[1024][4]) argument
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
[all...]
/external/libyuv/files/source/
H A Drow_neon.cc79 const uint8* u_buf,
98 "+r"(u_buf), // %1
112 const uint8* u_buf,
132 "+r"(u_buf), // %1
146 const uint8* u_buf,
166 "+r"(u_buf), // %1
180 const uint8* u_buf,
199 "+r"(u_buf), // %1
213 const uint8* u_buf,
231 "+r"(u_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.cc471 const uint8* u_buf,
476 YuvPixel(y_buf[0], u_buf[0], v_buf[0], rgb_buf, 24, 16, 8, 0);
478 u_buf += 1;
486 const uint8* u_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);
494 u_buf += 1;
499 YuvPixel(y_buf[0], u_buf[0], v_buf[0], rgb_buf + 0, 24, 16, 8, 0);
504 const uint8* u_buf,
509 YuvPixel2(y_buf[0], u_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.cc1320 "movq (%[u_buf]),%%xmm0 \n" \
1321 "movq (%[u_buf],%[v_buf],1),%%xmm1 \n" \
1322 "lea 0x8(%[u_buf]),%[u_buf] \n" \
1327 "movd (%[u_buf]),%%xmm0 \n" \
1328 "movd (%[u_buf],%[v_buf],1),%%xmm1 \n" \
1329 "lea 0x4(%[u_buf]),%[u_buf] \n" \
1335 "movd (%[u_buf]),%%xmm0 \n" \
1336 "movd (%[u_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.cc1618 const uint8* u_buf,
1661 const uint8* u_buf,
1705 const uint8* u_buf,
1824 const uint8* u_buf,
1867 const uint8* u_buf,
1911 const uint8* u_buf,
2029 const uint8* u_buf,
2070 const uint8* u_buf,
2111 const uint8* u_buf,
2152 const uint8* u_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.cc214 const uint8* u_buf,
255 u_buf += source_width / 2 - 1;
263 u_buf += ((source_height >> y_shift) - 1) * uv_pitch;
330 u_ptr = u_buf + (source_y >> y_shift) * uv_pitch;
372 u_ptr = u_buf + (source_y >> y_shift) * uv_pitch;
404 const uint8* u_buf,
500 const uint8* u0_ptr = u_buf + uv_pitch * source_uv_row + source_uv_left;
213 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
403 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 2937 milliseconds