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

/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_common.cc2522 const uint8* luma1; local
2527 luma1 = ((src_argb[4] * bc + src_argb[5] * gc +
2529 dst_argb[4] = luma1[src_argb[4]];
2530 dst_argb[5] = luma1[src_argb[5]];
2531 dst_argb[6] = luma1[src_argb[6]];

Completed in 53 milliseconds