Searched refs:alphaRow4 (Results 1 – 2 of 2) sorted by relevance
165 const uint8x16_t alphaRow4 = vld1q_u8(src4); in compress_r11eac_blocks() local168 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()
429 const uint32_t alphaRow4 = *(reinterpret_cast<const uint32_t*>(src + 3*rowBytes)); in compress_r11eac_block_fast() local433 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()