Home
last modified time | relevance | path

Searched defs:b_d (Results 1 – 2 of 2) sorted by relevance

/external/libaom/aom_dsp/arm/
Dblend_neon.h103 uint8x8_t b_d = vpadd_u8(b, d); in avg_blend_pairwise_u8x8_4() local
112 uint8x16_t b_d = vpaddq_u8(b, d); in avg_blend_pairwise_u8x16_4() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c41 int b_w, int b_h, int b_d, in cs_prepare()