Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkTextureCompressor_opts.h165 const uint8x16_t alphaRow4 = vld1q_u8(src4); in compress_r11eac_blocks() local
168 const uint8x16_t cmp34 = vceqq_u8(alphaRow3, alphaRow4); in compress_r11eac_blocks()
191 const uint8x16_t indexRow4 = convert_indices(make_index_row(alphaRow4)); in compress_r11eac_blocks()
/external/skia/src/utils/
DSkTextureCompressor_R11EAC.cpp429 const uint32_t alphaRow4 = *(reinterpret_cast<const uint32_t*>(src + 3*rowBytes)); in compress_r11eac_block_fast() local
433 if (alphaRow1 == alphaRow2 && alphaRow1 == alphaRow3 && alphaRow1 == alphaRow4) { in compress_r11eac_block_fast()
447 const uint32_t indexRow4 = convert_indices(alphaRow4); in compress_r11eac_block_fast()