Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkTextureCompressor_opts.h164 const uint8x16_t alphaRow3 = vld1q_u8(src3); in compress_r11eac_blocks() local
168 const uint8x16_t cmp34 = vceqq_u8(alphaRow3, alphaRow4); in compress_r11eac_blocks()
169 const uint8x16_t cmp13 = vceqq_u8(alphaRow1, alphaRow3); in compress_r11eac_blocks()
190 const uint8x16_t indexRow3 = convert_indices(make_index_row(alphaRow3)); in compress_r11eac_blocks()
/external/skia/src/utils/
DSkTextureCompressor_R11EAC.cpp428 const uint32_t alphaRow3 = *(reinterpret_cast<const uint32_t*>(src + 2*rowBytes)); in compress_r11eac_block_fast() local
433 if (alphaRow1 == alphaRow2 && alphaRow1 == alphaRow3 && alphaRow1 == alphaRow4) { in compress_r11eac_block_fast()
446 const uint32_t indexRow3 = convert_indices(alphaRow3); in compress_r11eac_block_fast()