HomeSort by relevance Sort by last modified time
    Searched refs:alphaRow4 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/opts/
SkTextureCompression_opts_neon.cpp 163 const uint8x16_t alphaRow4 = vld1q_u8(src4);
166 const uint8x16_t cmp34 = vceqq_u8(alphaRow3, alphaRow4);
189 const uint8x16_t indexRow4 = convert_indices(make_index_row(alphaRow4));
  /external/chromium_org/third_party/skia/src/utils/
SkTextureCompressor_R11EAC.cpp 428 const uint32_t alphaRow4 = *(reinterpret_cast<const uint32_t*>(src + 3*rowBytes));
432 if (alphaRow1 == alphaRow2 && alphaRow1 == alphaRow3 && alphaRow1 == alphaRow4) {
446 const uint32_t indexRow4 = convert_indices(alphaRow4);

Completed in 107 milliseconds