HomeSort by relevance Sort by last modified time
    Searched refs:p_temp1 (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
s10_8pf.cpp 581 Word16 *p_temp1; local
637 p_temp1 = temp1;
644 *(p_temp1++) = ps0 + dn[i3];
645 *(p_temp1++) = (Word16)((s + 2) >> 2);
668 p_temp1 = temp1;
675 ps2 = ps1 + *(p_temp1++);
680 alp2 = (alp2 + *(p_temp1++)) >> 1; /* alp2 is always > 0 */
702 p_temp1 = temp1;
713 *(p_temp1++) = ps + dn[i5];
714 *(p_temp1++) = (Word16)((s + 2) >> 2)
    [all...]
  /external/quake/quake/src/QW/client/
d_edge.c 127 vec3_t p_temp1; local
151 VectorScale (transformed_modelorg, mipscale, p_temp1);
154 sadjust = ((fixed16_t)(DotProduct (p_temp1, p_saxis) * 0x10000 + 0.5)) -
157 tadjust = ((fixed16_t)(DotProduct (p_temp1, p_taxis) * 0x10000 + 0.5)) -
d_sprite.c 345 vec3_t p_normal, p_saxis, p_taxis, p_temp1; local
371 TransformVector (modelorg, p_temp1);
373 sadjust = ((fixed16_t)(DotProduct (p_temp1, p_saxis) * 0x10000 + 0.5)) -
375 tadjust = ((fixed16_t)(DotProduct (p_temp1, p_taxis) * 0x10000 + 0.5)) -
  /external/quake/quake/src/WinQuake/
d_edge.cpp 127 vec3_t p_temp1; local
151 VectorScale (transformed_modelorg, mipscale, p_temp1);
154 sadjust = ((fixed16_t)(DotProduct (p_temp1, p_saxis) * 0x10000 + 0.5)) -
157 tadjust = ((fixed16_t)(DotProduct (p_temp1, p_taxis) * 0x10000 + 0.5)) -
d_sprite.cpp 345 vec3_t p_normal, p_saxis, p_taxis, p_temp1; local
371 TransformVector (modelorg, p_temp1);
373 sadjust = ((fixed16_t)(DotProduct (p_temp1, p_saxis) * 0x10000 + 0.5)) -
375 tadjust = ((fixed16_t)(DotProduct (p_temp1, p_taxis) * 0x10000 + 0.5)) -

Completed in 758 milliseconds