Searched defs:add_sat (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_draw.c46 add_sat(uint32_t a, int32_t b) function
72 OUT_RING(ring, add_sat(info->min_index, info->index_bias)); /* VFD_INDEX_MIN */
73 OUT_RING(ring, add_sat(info->max_index, info->index_bias)); /* VFD_INDEX_MAX */
/external/libhevc/common/arm/
H A Dihevc_intra_pred_filters_neon_intr.c1226 /* add_sat which has add and saturated value) */
1240 int16x8_t shift_val, add_sat; local
1261 add_sat = vqaddq_s16(shift_val, vreinterpretq_s16_u16(dup_add));
1262 round_val = vqmovun_s16(add_sat);
1456 /* add_sat which has add and saturated value) */
1475 int16x8_t shift_val1, add_sat; local
1498 add_sat = vqaddq_s16(shift_val1, vreinterpretq_s16_u16(dup_2_add));
1499 round_val = vqmovun_s16(add_sat);

Completed in 127 milliseconds