Home
last modified time | relevance | path

Searched refs:alphaRow2 (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/opts/
DSkTextureCompression_opts_neon.cpp161 const uint8x16_t alphaRow2 = vld1q_u8(src2); in compress_r11eac_blocks() local
165 const uint8x16_t cmp12 = vceqq_u8(alphaRow1, alphaRow2); in compress_r11eac_blocks()
187 const uint8x16_t indexRow2 = convert_indices(make_index_row(alphaRow2)); in compress_r11eac_blocks()
/external/skia/src/utils/
DSkTextureCompressor_R11EAC.cpp427 const uint32_t alphaRow2 = *(reinterpret_cast<const uint32_t*>(src + rowBytes)); in compress_r11eac_block_fast() local
433 if (alphaRow1 == alphaRow2 && alphaRow1 == alphaRow3 && alphaRow1 == alphaRow4) { in compress_r11eac_block_fast()
445 const uint32_t indexRow2 = convert_indices(alphaRow2); in compress_r11eac_block_fast()