Home
last modified time | relevance | path

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

/third_party/skia/src/opts/
DSkBlitRow_opts.h143 const uint8x8_t alpha_indices = vcreate_u8(0x0707070703030303); in SkPMSrcOver_neon2() local
144 uint8x8_t nalphas = vmvn_u8(vtbl1_u8(src, alpha_indices)); in SkPMSrcOver_neon2()
/third_party/ffmpeg/libavcodec/
Dtexturedsp.c258 uint8_t alpha_indices[16]; in dxt5_block_internal() local
265 decompress_indices(alpha_indices, block + 2); in dxt5_block_internal()
271 int alpha_code = alpha_indices[x + y * 4]; in dxt5_block_internal()