Searched defs:table_argb (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dplanar_functions.cc1483 const uint8* table_argb,
1486 void (*ARGBColorTableRow)(uint8* dst_argb, const uint8* table_argb,
1489 if (!dst_argb || !table_argb || width <= 0 || height <= 0 ||
1505 ARGBColorTableRow(dst, table_argb, width);
1515 const uint8* table_argb,
1518 void (*RGBColorTableRow)(uint8* dst_argb, const uint8* table_argb,
1521 if (!dst_argb || !table_argb || width <= 0 || height <= 0 ||
1537 RGBColorTableRow(dst, table_argb, width);
1482 ARGBColorTable(uint8* dst_argb, int dst_stride_argb, const uint8* table_argb, int dst_x, int dst_y, int width, int height) argument
1514 RGBColorTable(uint8* dst_argb, int dst_stride_argb, const uint8* table_argb, int dst_x, int dst_y, int width, int height) argument
H A Drow_common.cc704 void ARGBColorTableRow_C(uint8* dst_argb, const uint8* table_argb, int width) { argument
711 dst_argb[0] = table_argb[b * 4 + 0];
712 dst_argb[1] = table_argb[g * 4 + 1];
713 dst_argb[2] = table_argb[r * 4 + 2];
714 dst_argb[3] = table_argb[a * 4 + 3];
720 void RGBColorTableRow_C(uint8* dst_argb, const uint8* table_argb, int width) { argument
726 dst_argb[0] = table_argb[b * 4 + 0];
727 dst_argb[1] = table_argb[g * 4 + 1];
728 dst_argb[2] = table_argb[r * 4 + 2];
H A Drow_posix.cc6276 void ARGBColorTableRow_X86(uint8* dst_argb, const uint8* table_argb, argument
6301 : "r"(table_argb) // %3
6308 void RGBColorTableRow_X86(uint8* dst_argb, const uint8* table_argb, int width) { argument
6329 : "r"(table_argb) // %3
H A Drow_win.cc7233 void ARGBColorTableRow_X86(uint8* dst_argb, const uint8* table_argb, argument
7238 mov esi, [esp + 4 + 8] /* table_argb */
7268 void RGBColorTableRow_X86(uint8* dst_argb, const uint8* table_argb, int width) { argument
7272 mov esi, [esp + 4 + 8] /* table_argb */
/external/chromium_org/third_party/libyuv/source/
H A Dplanar_functions.cc1483 const uint8* table_argb,
1486 void (*ARGBColorTableRow)(uint8* dst_argb, const uint8* table_argb,
1489 if (!dst_argb || !table_argb || width <= 0 || height <= 0 ||
1505 ARGBColorTableRow(dst, table_argb, width);
1515 const uint8* table_argb,
1518 void (*RGBColorTableRow)(uint8* dst_argb, const uint8* table_argb,
1521 if (!dst_argb || !table_argb || width <= 0 || height <= 0 ||
1537 RGBColorTableRow(dst, table_argb, width);
1482 ARGBColorTable(uint8* dst_argb, int dst_stride_argb, const uint8* table_argb, int dst_x, int dst_y, int width, int height) argument
1514 RGBColorTable(uint8* dst_argb, int dst_stride_argb, const uint8* table_argb, int dst_x, int dst_y, int width, int height) argument
H A Drow_common.cc704 void ARGBColorTableRow_C(uint8* dst_argb, const uint8* table_argb, int width) { argument
711 dst_argb[0] = table_argb[b * 4 + 0];
712 dst_argb[1] = table_argb[g * 4 + 1];
713 dst_argb[2] = table_argb[r * 4 + 2];
714 dst_argb[3] = table_argb[a * 4 + 3];
720 void RGBColorTableRow_C(uint8* dst_argb, const uint8* table_argb, int width) { argument
726 dst_argb[0] = table_argb[b * 4 + 0];
727 dst_argb[1] = table_argb[g * 4 + 1];
728 dst_argb[2] = table_argb[r * 4 + 2];
H A Drow_posix.cc6276 void ARGBColorTableRow_X86(uint8* dst_argb, const uint8* table_argb, argument
6301 : "r"(table_argb) // %3
6308 void RGBColorTableRow_X86(uint8* dst_argb, const uint8* table_argb, int width) { argument
6329 : "r"(table_argb) // %3
H A Drow_win.cc7234 void ARGBColorTableRow_X86(uint8* dst_argb, const uint8* table_argb, argument
7239 mov esi, [esp + 4 + 8] /* table_argb */
7269 void RGBColorTableRow_X86(uint8* dst_argb, const uint8* table_argb, int width) { argument
7273 mov esi, [esp + 4 + 8] /* table_argb */
/external/libyuv/files/source/
H A Dplanar_functions.cc1191 const uint8* table_argb,
1193 if (!dst_argb || !table_argb || width <= 0 || height <= 0 ||
1197 void (*ARGBColorTableRow)(uint8* dst_argb, const uint8* table_argb,
1206 ARGBColorTableRow(dst, table_argb, width);
1190 ARGBColorTable(uint8* dst_argb, int dst_stride_argb, const uint8* table_argb, int dst_x, int dst_y, int width, int height) argument
H A Drow_common.cc386 void ARGBColorTableRow_C(uint8* dst_argb, const uint8* table_argb, int width) { argument
392 dst_argb[0] = table_argb[b * 4 + 0];
393 dst_argb[1] = table_argb[g * 4 + 1];
394 dst_argb[2] = table_argb[r * 4 + 2];
395 dst_argb[3] = table_argb[a * 4 + 3];
H A Drow_win.cc3612 void ARGBColorTableRow_X86(uint8* dst_argb, const uint8* table_argb, argument
3620 mov edi, [esp + 16 + 8] /* table_argb */

Completed in 344 milliseconds