OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zbin
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/libvpx/vpx_dsp/x86/
quantize_sse2.c
61
__m128i
zbin
;
local
69
zbin
= _mm_load_si128((const __m128i*)zbin_ptr);
73
zbin
= _mm_sub_epi16(
zbin
, pw_1);
95
cmp_mask0 = _mm_cmpgt_epi16(qcoeff0,
zbin
);
96
zbin
= _mm_unpackhi_epi64(
zbin
,
zbin
); // Switch DC to AC
97
cmp_mask1 = _mm_cmpgt_epi16(qcoeff1,
zbin
);
116
// Mask out
zbin
threshold coeff
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_quantize.c
100
// If the coefficient is out of the base
ZBIN
range, keep it for
137
p->
zbin
, p->round, p->quant, p->quant_shift,
223
const int
zbin
= cpi->zbin_mode_boost + x->act_zbin_adj;
local
229
x->plane[0].
zbin
= quants->y_zbin[qindex];
231
x->plane[0].zbin_extra = (int16_t)((cm->y_dequant[qindex][1] *
zbin
) >> 7);
238
x->plane[i].
zbin
= quants->uv_zbin[qindex];
240
x->plane[i].zbin_extra = (int16_t)((cm->uv_dequant[qindex][1] *
zbin
) >> 7);
247
x->plane[3].
zbin
= cpi->a_zbin[qindex];
249
x->plane[3].zbin_extra = (int16_t)((cm->a_dequant[qindex][1] *
zbin
) >> 7);
vp9_block.h
76
int16_t *
zbin
;
member in struct:macroblock_plane
79
//
Zbin
Over Quant value
/external/libvpx/libvpx/vp8/encoder/
vp8_quantize.c
55
int
zbin
;
local
59
short *zbin_ptr = b->
zbin
;
78
zbin
= zbin_ptr[rc] + *zbin_boost_ptr + zbin_oq_value;
84
if (x >=
zbin
)
429
x->block[i].
zbin
= cpi->Y1zbin[QIndex];
443
x->block[i].
zbin
= cpi->UVzbin[QIndex];
455
x->block[24].
zbin
= cpi->Y2zbin[QIndex];
524
/* Clear
Zbin
mode boost for default case */
block.h
45
short *
zbin
;
member in struct:block
49
/*
Zbin
Over Quant value */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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
45
short *
zbin
;
member in struct:block
49
/*
Zbin
Over Quant value */
/external/libvpx/libvpx/vp9/encoder/
vp9_block.h
39
int16_t *
zbin
;
member in struct:macroblock_plane
Completed in 82 milliseconds