Searched refs:tmpp (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | bilinearpredict_neon.c | 362 unsigned char *tmpp; in vp8_bilinear_predict16x16_neon() local 511 tmpp = tmp; in vp8_bilinear_predict16x16_neon() 569 vst1q_u8((uint8_t *)tmpp, q7u8); tmpp += 16; in vp8_bilinear_predict16x16_neon() 570 vst1q_u8((uint8_t *)tmpp, q8u8); tmpp += 16; in vp8_bilinear_predict16x16_neon() 571 vst1q_u8((uint8_t *)tmpp, q9u8); tmpp += 16; in vp8_bilinear_predict16x16_neon() 572 vst1q_u8((uint8_t *)tmpp, q10u8); tmpp += 16; in vp8_bilinear_predict16x16_neon() 637 vst1q_u8((uint8_t *)tmpp, q5u8); tmpp += 16; in vp8_bilinear_predict16x16_neon() 638 vst1q_u8((uint8_t *)tmpp, q6u8); tmpp += 16; in vp8_bilinear_predict16x16_neon() 639 vst1q_u8((uint8_t *)tmpp, q7u8); tmpp += 16; in vp8_bilinear_predict16x16_neon() 640 vst1q_u8((uint8_t *)tmpp, q8u8); tmpp += 16; in vp8_bilinear_predict16x16_neon() [all …]
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/ |
D | bilinearpredict_neon.c | 365 unsigned char *tmpp; in vp8_bilinear_predict16x16_neon() local 514 tmpp = tmp; in vp8_bilinear_predict16x16_neon() 572 vst1q_u8((uint8_t *)tmpp, q7u8); tmpp += 16; in vp8_bilinear_predict16x16_neon() 573 vst1q_u8((uint8_t *)tmpp, q8u8); tmpp += 16; in vp8_bilinear_predict16x16_neon() 574 vst1q_u8((uint8_t *)tmpp, q9u8); tmpp += 16; in vp8_bilinear_predict16x16_neon() 575 vst1q_u8((uint8_t *)tmpp, q10u8); tmpp += 16; in vp8_bilinear_predict16x16_neon() 640 vst1q_u8((uint8_t *)tmpp, q5u8); tmpp += 16; in vp8_bilinear_predict16x16_neon() 641 vst1q_u8((uint8_t *)tmpp, q6u8); tmpp += 16; in vp8_bilinear_predict16x16_neon() 642 vst1q_u8((uint8_t *)tmpp, q7u8); tmpp += 16; in vp8_bilinear_predict16x16_neon() 643 vst1q_u8((uint8_t *)tmpp, q8u8); tmpp += 16; in vp8_bilinear_predict16x16_neon() [all …]
|
D | vp8_subpixelvariance_neon.c | 36 unsigned char *tmpp; in vp8_sub_pixel_variance16x16_neon_func() local 52 tmpp = tmp; in vp8_sub_pixel_variance16x16_neon_func() 277 vst1q_u8((uint8_t *)tmpp, q7u8); in vp8_sub_pixel_variance16x16_neon_func() 278 tmpp += 16; in vp8_sub_pixel_variance16x16_neon_func() 279 vst1q_u8((uint8_t *)tmpp, q8u8); in vp8_sub_pixel_variance16x16_neon_func() 280 tmpp += 16; in vp8_sub_pixel_variance16x16_neon_func() 281 vst1q_u8((uint8_t *)tmpp, q9u8); in vp8_sub_pixel_variance16x16_neon_func() 282 tmpp += 16; in vp8_sub_pixel_variance16x16_neon_func() 283 vst1q_u8((uint8_t *)tmpp, q10u8); in vp8_sub_pixel_variance16x16_neon_func() 284 tmpp += 16; in vp8_sub_pixel_variance16x16_neon_func() [all …]
|
D | sixtappredict_neon.c | 810 unsigned char *src, *tmpp; in vp8_sixtap_predict8x8_neon() local 960 tmpp = tmp; in vp8_sixtap_predict8x8_neon() 1059 vst1_u8(tmpp, d22u8); in vp8_sixtap_predict8x8_neon() 1060 tmpp += 8; in vp8_sixtap_predict8x8_neon() 1061 vst1_u8(tmpp, d23u8); in vp8_sixtap_predict8x8_neon() 1062 tmpp += 8; in vp8_sixtap_predict8x8_neon() 1063 vst1_u8(tmpp, d24u8); in vp8_sixtap_predict8x8_neon() 1064 tmpp += 8; in vp8_sixtap_predict8x8_neon() 1065 vst1_u8(tmpp, d25u8); in vp8_sixtap_predict8x8_neon() 1066 tmpp += 8; in vp8_sixtap_predict8x8_neon() [all …]
|
/external/openssl/crypto/err/ |
D | err.c | 1007 ERR_STATE *ret,tmp,*tmpp=NULL; in ERR_get_state() local 1029 tmpp = ERRFN(thread_set_item)(ret); in ERR_get_state() 1038 if (tmpp) in ERR_get_state() 1039 ERR_STATE_free(tmpp); in ERR_get_state()
|
/external/valgrind/main/coregrind/ |
D | m_translate.c | 308 # define DO_NEW(syze, tmpp) \ in vg_SP_update_pass() argument 326 mkIRExprVec_2(IRExpr_RdTmp(tmpp), \ in vg_SP_update_pass() 335 mkIRExprVec_1(IRExpr_RdTmp(tmpp)) \ in vg_SP_update_pass() 354 # define DO_DIE(syze, tmpp) \ in vg_SP_update_pass() argument 366 mkIRExprVec_1(IRExpr_RdTmp(tmpp)) \ in vg_SP_update_pass()
|