Searched refs:temp_buff (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/system_wrappers/source/ |
D | trace_impl.cc | 586 char temp_buff[WEBRTC_TRACE_MAX_MESSAGE_SIZE]; in Add() local 592 _vsnprintf(temp_buff, WEBRTC_TRACE_MAX_MESSAGE_SIZE - 1, msg, args); in Add() 594 vsnprintf(temp_buff, WEBRTC_TRACE_MAX_MESSAGE_SIZE - 1, msg, args); in Add() 597 buff = temp_buff; in Add()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | fwd_dct32x32_msa.c | 15 int16_t *temp_buff) { in fdct8x32_1d_column_load_butterfly() argument 34 ST_SH4(step0, step1, step2, step3, temp_buff, 8); in fdct8x32_1d_column_load_butterfly() 35 ST_SH4(in4, in5, in6, in7, temp_buff + (28 * 8), 8); in fdct8x32_1d_column_load_butterfly() 36 ST_SH4(step0_1, step1_1, step2_1, step3_1, temp_buff + (4 * 8), 8); in fdct8x32_1d_column_load_butterfly() 37 ST_SH4(in4_1, in5_1, in6_1, in7_1, temp_buff + (24 * 8), 8); in fdct8x32_1d_column_load_butterfly() 52 ST_SH4(step0, step1, step2, step3, temp_buff + (8 * 8), 8); in fdct8x32_1d_column_load_butterfly() 53 ST_SH4(in4, in5, in6, in7, temp_buff + (20 * 8), 8); in fdct8x32_1d_column_load_butterfly() 54 ST_SH4(step0_1, step1_1, step2_1, step3_1, temp_buff + (12 * 8), 8); in fdct8x32_1d_column_load_butterfly() 55 ST_SH4(in4_1, in5_1, in6_1, in7_1, temp_buff + (15 * 8) + 8, 8); in fdct8x32_1d_column_load_butterfly() 253 static void fdct8x32_1d_row_load_butterfly(int16_t *temp_buff, in fdct8x32_1d_row_load_butterfly() argument [all …]
|