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

  /external/chromium_org/third_party/libvpx/source/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...]
sixtappredict_neon.c 808 unsigned char *src, *tmpp; local
1282 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/chromium_org/third_party/openssl/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/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/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 266 milliseconds