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

/external/chromium_org/third_party/skia/src/opts/
H A DSkTextureCompression_opts_neon.cpp160 const uint8x16_t alphaRow1 = vld1q_u8(src1); local
165 const uint8x16_t cmp12 = vceqq_u8(alphaRow1, alphaRow2);
167 const uint8x16_t cmp13 = vceqq_u8(alphaRow1, alphaRow3);
171 const uint8x16_t nAlphaRow1 = vmvnq_u8(alphaRow1);
173 if (is_zero(alphaRow1)) {
186 const uint8x16_t indexRow1 = convert_indices(make_index_row(alphaRow1));
/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_R11EAC.cpp425 const uint32_t alphaRow1 = *(reinterpret_cast<const uint32_t*>(src));
432 if (alphaRow1 == alphaRow2 && alphaRow1 == alphaRow3 && alphaRow1 == alphaRow4) {
433 if (0 == alphaRow1) {
436 } else if (0xFFFFFFFF == alphaRow1) {
443 const uint32_t indexRow1 = convert_indices(alphaRow1);

Completed in 218 milliseconds