Searched refs:rgb_buf (Results 1 - 15 of 15) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_common.cc1294 uint8* rgb_buf,
1301 YuvPixel(src_y[0], u, v, rgb_buf + 0, rgb_buf + 1, rgb_buf + 2,
1303 rgb_buf[3] = 255;
1304 YuvPixel(src_y[1], u, v, rgb_buf + 4, rgb_buf + 5, rgb_buf + 6,
1306 rgb_buf[7] = 255;
1310 rgb_buf
1291 I444ToARGBRow_C(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
1319 I444ToARGBRow_C(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
1339 I422ToARGBRow_C(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
1365 I422AlphaToARGBRow_C(const uint8* src_y, const uint8* src_u, const uint8* src_v, const uint8* src_a, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
1393 I422ToRGB24Row_C(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
1532 I411ToARGBRow_C(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
1574 NV12ToARGBRow_C(const uint8* src_y, const uint8* src_uv, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
1598 NV21ToARGBRow_C(const uint8* src_y, const uint8* src_vu, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
1658 YUY2ToARGBRow_C(const uint8* src_yuy2, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
1680 UYVYToARGBRow_C(const uint8* src_uyvy, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
1702 I422ToRGBARow_C(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
1728 I400ToARGBRow_C(const uint8* src_y, uint8* rgb_buf, int width) argument
[all...]
H A Drow_mips.cc659 uint8* rgb_buf,
697 "sw $t2, 0(%[rgb_buf]) \n"
698 "sw $t0, 4(%[rgb_buf]) \n"
699 "sw $t1, 8(%[rgb_buf]) \n"
700 "sw $t3, 12(%[rgb_buf]) \n"
702 " addiu %[rgb_buf], 16 \n"
709 [rgb_buf] "+r" (rgb_buf)
656 I422ToARGBRow_DSPR2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
H A Dconvert_argb.cc59 uint8* rgb_buf,
219 uint8* rgb_buf,
387 uint8* rgb_buf,
501 uint8* rgb_buf,
703 uint8* rgb_buf,
1165 uint8* rgb_buf,
1223 uint8* rgb_buf,
1280 uint8* rgb_buf,
H A Dconvert_from.cc414 uint8* rgb_buf,
514 uint8* rgb_buf,
605 uint8* rgb_buf,
668 uint8* rgb_buf,
730 uint8* rgb_buf,
799 uint8* rgb_buf,
H A Dscale_argb.cc442 uint8* rgb_buf,
H A Dplanar_functions.cc1092 uint8* rgb_buf,
1188 uint8* rgb_buf,
H A Drow_win.cc3021 uint8* rgb_buf,
3069 uint8* rgb_buf,
/external/libyuv/files/source/
H A Drow_common.cc1290 uint8* rgb_buf,
1297 YuvPixel(src_y[0], u, v, rgb_buf + 0, rgb_buf + 1, rgb_buf + 2,
1299 rgb_buf[3] = 255;
1300 YuvPixel(src_y[1], u, v, rgb_buf + 4, rgb_buf + 5, rgb_buf + 6,
1302 rgb_buf[7] = 255;
1306 rgb_buf
1287 I444ToARGBRow_C(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
1315 I444ToARGBRow_C(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
1335 I422ToARGBRow_C(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
1361 I422AlphaToARGBRow_C(const uint8* src_y, const uint8* src_u, const uint8* src_v, const uint8* src_a, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
1389 I422ToRGB24Row_C(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
1526 NV12ToARGBRow_C(const uint8* src_y, const uint8* src_uv, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
1550 NV21ToARGBRow_C(const uint8* src_y, const uint8* src_vu, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
1610 YUY2ToARGBRow_C(const uint8* src_yuy2, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
1632 UYVYToARGBRow_C(const uint8* src_uyvy, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
1654 I422ToRGBARow_C(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
1680 I400ToARGBRow_C(const uint8* src_y, uint8* rgb_buf, int width) argument
[all...]
H A Drow_dspr2.cc591 uint8* rgb_buf,
654 "sw %[tmp_t8], 0(%[rgb_buf]) \n"
655 "sw %[tmp_t7], 4(%[rgb_buf]) \n"
665 [rgb_buf] "r"(rgb_buf), [tmp_mask] "r"(tmp_mask));
669 rgb_buf += 8; // Advance 4 pixels.
873 uint8* rgb_buf,
937 "sw %[tmp_t8], 0(%[rgb_buf]) \n"
938 "sw %[tmp_t7], 4(%[rgb_buf]) \n"
948 [rgb_buf] "
588 I422ToARGBRow_DSPR2(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
870 I444ToARGBRow_DSPR2(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
1139 NV12ToARGBRow_DSPR2(const uint8* src_y, const uint8* src_uv, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
[all...]
H A Dconvert_from.cc451 const uint8* v_buf, uint8* rgb_buf,
567 const uint8* v_buf, uint8* rgb_buf,
674 const uint8* v_buf, uint8* rgb_buf,
755 const uint8* v_buf, uint8* rgb_buf,
836 const uint8* v_buf, uint8* rgb_buf,
907 const uint8* v_buf, uint8* rgb_buf,
982 const uint8* v_buf, uint8* rgb_buf,
H A Dconvert_argb.cc64 const uint8* v_buf, uint8* rgb_buf,
252 const uint8* v_buf, uint8* rgb_buf,
445 const uint8* v_buf, uint8* rgb_buf,
743 void (*I400ToARGBRow)(const uint8* y_buf, uint8* rgb_buf, int width) =
1309 void (*NV12ToARGBRow)(const uint8* y_buf, const uint8* uv_buf, uint8* rgb_buf,
1384 void (*NV21ToARGBRow)(const uint8* y_buf, const uint8* uv_buf, uint8* rgb_buf,
1449 void (*NV12ToARGBRow)(const uint8* y_buf, const uint8* uv_buf, uint8* rgb_buf,
H A Drow_msa.cc373 uint8* rgb_buf,
393 STOREARGB(vec0, vec1, vec2, alpha, rgb_buf);
397 rgb_buf += 32;
404 uint8* rgb_buf,
424 STOREARGB(alpha, vec0, vec1, vec2, rgb_buf);
428 rgb_buf += 32;
436 uint8* rgb_buf,
460 STOREARGB(vec0, vec1, vec2, src3, rgb_buf);
465 rgb_buf += 32;
472 uint8* rgb_buf,
370 I422ToARGBRow_MSA(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
401 I422ToRGBARow_MSA(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
432 I422AlphaToARGBRow_MSA(const uint8* src_y, const uint8* src_u, const uint8* src_v, const uint8* src_a, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
469 I422ToRGB24Row_MSA(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int32 width) argument
2218 NV12ToARGBRow_MSA(const uint8* src_y, const uint8* src_uv, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
2255 NV12ToRGB565Row_MSA(const uint8* src_y, const uint8* src_uv, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
2291 NV21ToARGBRow_MSA(const uint8* src_y, const uint8* src_vu, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
2657 I444ToARGBRow_MSA(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
2725 I400ToARGBRow_MSA(const uint8* src_y, uint8* rgb_buf, int width) argument
2798 YUY2ToARGBRow_MSA(const uint8* src_yuy2, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
2826 UYVYToARGBRow_MSA(const uint8* src_uyvy, uint8* rgb_buf, const struct YuvConstants* yuvconstants, int width) argument
[all...]
H A Dscale_argb.cc540 const uint8* v_buf, uint8* rgb_buf, int width) =
H A Dplanar_functions.cc1311 const uint8* v_buf, uint8* rgb_buf,
1423 const uint8* y_buf, const uint8* uv_buf, uint8* rgb_buf,
H A Drow_win.cc2904 uint8* rgb_buf,
2951 uint8* rgb_buf,

Completed in 598 milliseconds