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

  /external/chromium_org/third_party/libvpx/source/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...]
vp8_subpixelvariance_neon.c 36 unsigned char *tmpp; local
52 tmpp = tmp;
277 vst1q_u8((uint8_t *)tmpp, q7u8);
278 tmpp += 16;
279 vst1q_u8((uint8_t *)tmpp, q8u8);
280 tmpp += 16;
281 vst1q_u8((uint8_t *)tmpp, q9u8);
282 tmpp += 16;
283 vst1q_u8((uint8_t *)tmpp, q10u8);
284 tmpp += 16
    [all...]
sixtappredict_neon.c 810 unsigned char *src, *tmpp; local
1284 unsigned char *src, *src_tmp, *dst, *tmpp; local
    [all...]
  /external/libvpx/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...]
  /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/openssl/crypto/err/
err.c 1007 ERR_STATE *ret,tmp,*tmpp=NULL; local
1029 tmpp = ERRFN(thread_set_item)(ret);
1036 /* If a race occured in this function and we came second, tmpp
1038 if (tmpp)
1039 ERR_STATE_free(tmpp);
  /external/valgrind/main/VEX/switchback/
switchback.c 540 ULong* tmpP = trans_tableP[i-1];
544 trans_tableP[i] = tmpP;
  /external/valgrind/main/coregrind/
m_translate.c 308 # define DO_NEW(syze, tmpp) \
326 mkIRExprVec_2(IRExpr_RdTmp(tmpp), \
335 mkIRExprVec_1(IRExpr_RdTmp(tmpp)) \
354 # define DO_DIE(syze, tmpp) \
366 mkIRExprVec_1(IRExpr_RdTmp(tmpp)) \
    [all...]

Completed in 639 milliseconds