Searched defs:total2 (Results 1 - 2 of 2) sorted by relevance

/external/tremolo/Tremolo/
H A Dcodebook.c523 long total2=(_ilog(quantvals-1)*s->dim+8)/8+(s->q_bits+7)/8; local
526 if(total1<=4 && total1<=total2){
/external/libvpx/libvpx/vpx_dsp/mips/
H A Ddeblock_msa.c552 v4i32 total0, total1, total2, total3; local
607 total2 = sum_sq2 * __msa_ldi_w(15);
608 total2 -= sum2_w * sum2_w;
613 total2 = (total2 < flimit_vec);
615 PCKEV_H2_SH(total1, total0, total3, total2, mask0, mask1);
644 v4i32 sub0, sub1, sub2, sub3, total0, total1, total2, total3; local
723 total2 = mul2 * __msa_ldi_w(15);
724 total2 -= sum2_w * sum2_w;
729 total2
[all...]

Completed in 99 milliseconds