OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dequant_ptr
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/encoder/
quantize.c
33
short *
dequant_ptr
= d->dequant;
local
56
dqcoeff_ptr[rc] = x *
dequant_ptr
[rc]; // dequantized value
78
short *
dequant_ptr
= d->dequant;
local
92
dqcoeff_ptr[rc] = x *
dequant_ptr
[rc]; // dequantized value
118
short *
dequant_ptr
= d->dequant;
local
144
dqcoeff_ptr[rc] = x *
dequant_ptr
[rc]; // dequantized value
172
short *
dequant_ptr
;
local
179
dequant_ptr
= d->dequant;
191
dq =
dequant_ptr
[rc];
229
short *
dequant_ptr
= d->dequant
local
[
all
...]
encodemb.c
267
const short *
dequant_ptr
;
local
304
dequant_ptr
= d->dequant;
376
if((abs(x)*
dequant_ptr
[rc]>abs(coeff_ptr[rc])) &&
377
(abs(x)*
dequant_ptr
[rc]<abs(coeff_ptr[rc])+
dequant_ptr
[rc]))
433
dx -= (
dequant_ptr
[rc] + sz) ^ sz;
495
dqcoeff_ptr[rc] = x *
dequant_ptr
[rc];
/external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c
26
short *qcoeff_ptr, short *
dequant_ptr
,
38
short *
dequant_ptr
= d->dequant;
local
44
dequant_ptr
,
85
short *qcoeff_ptr, short *
dequant_ptr
,
96
short *
dequant_ptr
= d->dequant;
local
101
dequant_ptr
,
141
short *qcoeff_ptr, short *
dequant_ptr
,
Completed in 260 milliseconds