Searched refs:tmpp (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/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 | sixtappredict_neon.c | 813 unsigned char *src, *tmpp; in vp8_sixtap_predict8x8_neon() local 963 tmpp = tmp; in vp8_sixtap_predict8x8_neon() 1062 vst1_u8(tmpp, d22u8); in vp8_sixtap_predict8x8_neon() 1063 tmpp += 8; in vp8_sixtap_predict8x8_neon() 1064 vst1_u8(tmpp, d23u8); in vp8_sixtap_predict8x8_neon() 1065 tmpp += 8; in vp8_sixtap_predict8x8_neon() 1066 vst1_u8(tmpp, d24u8); in vp8_sixtap_predict8x8_neon() 1067 tmpp += 8; in vp8_sixtap_predict8x8_neon() 1068 vst1_u8(tmpp, d25u8); in vp8_sixtap_predict8x8_neon() 1069 tmpp += 8; in vp8_sixtap_predict8x8_neon() [all …]
|
/external/valgrind/coregrind/ |
D | m_translate.c | 317 # define DO_NEW(syze, tmpp) \ in vg_SP_update_pass() argument 335 mkIRExprVec_2(IRExpr_RdTmp(tmpp), \ in vg_SP_update_pass() 344 mkIRExprVec_1(IRExpr_RdTmp(tmpp)) \ in vg_SP_update_pass() 363 # define DO_DIE(syze, tmpp) \ in vg_SP_update_pass() argument 375 mkIRExprVec_1(IRExpr_RdTmp(tmpp)) \ in vg_SP_update_pass()
|