Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/aom_dsp/arm/
H A 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
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_compute.c41 int b_w, int b_h, int b_d, in cs_prepare()