HomeSort by relevance Sort by last modified time
    Searched refs:round_ptr (Results 1 - 7 of 7) sorted by null

  /external/libvpx/vp8/encoder/arm/
quantize_arm.c 28 extern int vp8_fast_quantize_b_neon_func(short *coeff_ptr, short *zbin_ptr, short *qcoeff_ptr, short *dqcoeff_ptr, short *dequant_ptr, const short *scan_mask, short *round_ptr, short *quant_ptr);
44 short *round_ptr = &b->Round[0][0];
61 y = ((x+round_ptr[i])*quant_ptr[i])>>16; // quantize (x)
  /external/libvpx/vp8/encoder/
quantize.c 28 short *round_ptr = b->round; local
51 x += round_ptr[rc];
75 short *round_ptr = b->round; local
104 x += round_ptr[rc];
187 short *round_ptr = b->round; local
202 y = ((x + round_ptr[rc]) * quant_ptr[rc]) >> 16; // quantize (x)
223 short *round_ptr = b->round; local
251 y = ((x + round_ptr[rc]) * quant_ptr[rc]) >> 16; // quantize (x)
  /external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c 28 short *scan_mask, short *round_ptr,
35 short *round_ptr = b->round; local
48 round_ptr,
93 short *scan_mask, short *round_ptr,
99 short *round_ptr = b->round; local
111 round_ptr,
120 const int *default_zig_zag, short *round_ptr,
130 short *round_ptr = b->round; local
144 round_ptr,
185 short *round_ptr,
    [all...]
quantize_ssse3.asm 16 ; short *round_ptr,
30 mov rdi, arg(3) ;round_ptr
quantize_mmx.asm 16 ; short *scan_mask, short *round_ptr,
49 mov rcx, arg(5) ;round_ptr
quantize_sse2.asm 16 ; const int *default_zig_zag, short *round_ptr,
81 mov rdi, arg(5) ;round_ptr
259 ; short *scan_mask, short *round_ptr,
286 mov rdi, arg(4) ;round_ptr
  /external/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 26 ; stack short *round_ptr
48 ldr r0, [sp, #8] ;load round_ptr
55 vld1.s16 {q6, q7}, [r0] ;load round_ptr [0-15]

Completed in 137 milliseconds