Searched refs:round_ptr (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_mmx.c26 const short *scan_mask, short *round_ptr,
33 short *round_ptr = b->round; local
46 round_ptr,
H A Dquantize_mmx.asm16 ; short *scan_mask, short *round_ptr,
49 mov rcx, arg(5) ;round_ptr
H A Dquantize_sse2.asm65 mov rdx, [rdi + vp8_block_round] ; round_ptr
/external/libvpx/libvpx/vp8/encoder/
H A Dquantize.c29 short *round_ptr = b->round; local
52 x += round_ptr[rc];
75 short *round_ptr = b->round; local
90 y = ((x + round_ptr[rc]) * quant_ptr[rc]) >> 16; /* quantize (x) */
114 short *round_ptr = b->round; local
140 x += round_ptr[rc];
226 short *round_ptr = b->round; local
251 y = ((x + round_ptr[rc]) * quant_ptr[rc]) >> 16; /* quantize (x) */
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.asm44 vld1.s16 {q6, q7}, [r6@128] ; load round_ptr [0-15]
178 vld1.s16 {q14, q15}, [r5@128]; load round_ptr [0-15]

Completed in 220 milliseconds