Searched refs:total2 (Results 1 - 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/common/mips/msa/ |
H A D | postproc_msa.c | 592 v4i32 total0, total1, total2, total3; local 654 total2 = sum_sq2 * __msa_ldi_w(15); 655 total2 -= sum2_w * sum2_w; 660 total2 = (total2 < flimit_vec); 662 PCKEV_H2_SH(total1, total0, total3, total2, mask0, mask1); 694 v4i32 sub0, sub1, sub2, sub3, total0, total1, total2, total3; local 780 total2 = mul2 * __msa_ldi_w(15); 781 total2 -= sum2_w * sum2_w; 786 total2 [all...] |
/external/tremolo/Tremolo/ |
H A D | codebook.c | 523 long total2=(_ilog(quantvals-1)*s->dim+8)/8+(s->q_bits+7)/8; local 526 if(total1<=4 && total1<=total2){
|
/external/jemalloc/bin/ |
H A D | jeprof.in | 1707 my $total2 = 0; # Total cumulative counts 1763 $total2 += $c2; 1802 Unparse($total2), 1811 Unparse($total2),
|
Completed in 85 milliseconds