OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zbin
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
quantize.c
25
int
zbin
;
local
28
short *zbin_ptr = b->
zbin
;
45
zbin
= zbin_ptr[rc] ;
50
if (x >=
zbin
)
109
int
zbin
;
local
113
short *zbin_ptr = b->
zbin
;
132
zbin
= zbin_ptr[rc] + *zbin_boost_ptr + zbin_oq_value;
138
if (x >=
zbin
)
221
int
zbin
;
local
225
short *zbin_ptr = b->
zbin
;
[
all
...]
block.h
41
short *
zbin
;
member in struct:block
45
/*
Zbin
Over Quant value */
/external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c
31
int zbins[2], nzbins[2],
zbin
;
local
40
// Base
ZBIN
65
zbin
= (zbins[rc != 0]);
70
if (x >=
zbin
) {
107
// Base
ZBIN
119
// If the coefficient is out of the base
ZBIN
range, keep it for
185
mb->plane[pb_idx.plane].
zbin
,
286
x->plane[0].
zbin
= cpi->y_zbin[qindex];
298
x->plane[i].
zbin
= cpi->uv_zbin[qindex];
307
x->plane[3].
zbin
= cpi->a_zbin[qindex]
[
all
...]
vp9_block.h
72
int16_t *
zbin
;
member in struct:macroblock_plane
75
//
Zbin
Over Quant value
Completed in 40 milliseconds