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

  /external/libvpx/libvpx/vp8/common/arm/neon/
bilinearpredict_neon.c 365 unsigned char *tmpp; local
514 tmpp = tmp;
572 vst1q_u8((uint8_t *)tmpp, q7u8); tmpp += 16;
573 vst1q_u8((uint8_t *)tmpp, q8u8); tmpp += 16;
574 vst1q_u8((uint8_t *)tmpp, q9u8); tmpp += 16;
575 vst1q_u8((uint8_t *)tmpp, q10u8); tmpp += 16
    [all...]
sixtappredict_neon.c 813 unsigned char *src, *tmpp; local
1287 unsigned char *src, *src_tmp, *dst, *tmpp; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
bilinearpredict_neon.c 362 unsigned char *tmpp; local
511 tmpp = tmp;
569 vst1q_u8((uint8_t *)tmpp, q7u8); tmpp += 16;
570 vst1q_u8((uint8_t *)tmpp, q8u8); tmpp += 16;
571 vst1q_u8((uint8_t *)tmpp, q9u8); tmpp += 16;
572 vst1q_u8((uint8_t *)tmpp, q10u8); tmpp += 16
    [all...]
  /external/valgrind/VEX/switchback/
switchback.c 540 ULong* tmpP = trans_tableP[i-1];
544 trans_tableP[i] = tmpP;
  /external/valgrind/coregrind/
m_translate.c 317 # define DO_NEW(syze, tmpp) \
335 mkIRExprVec_2(IRExpr_RdTmp(tmpp), \
344 mkIRExprVec_1(IRExpr_RdTmp(tmpp)) \
363 # define DO_DIE(syze, tmpp) \
375 mkIRExprVec_1(IRExpr_RdTmp(tmpp)) \
    [all...]

Completed in 340 milliseconds