OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:round_ptr
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_mmx.c
26
const short *scan_mask, short *
round_ptr
,
33
short *
round_ptr
= b->round;
local
46
round_ptr
,
quantize_mmx.asm
16
; short *scan_mask, short *
round_ptr
,
49
mov rcx, arg(5) ;
round_ptr
/external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c
25
int16_t *zbin_ptr, int16_t *
round_ptr
, int16_t *quant_ptr,
71
x += (
round_ptr
[rc != 0]);
90
int16_t *zbin_ptr, int16_t *
round_ptr
,
134
x += ROUND_POWER_OF_TWO(
round_ptr
[rc != 0], 1);
/external/libvpx/libvpx/vp8/encoder/
quantize.c
29
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/
fastquantizeb_neon.asm
44
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 205 milliseconds