OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:zbins
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c
31
const int
zbins
[2] = { zbin_ptr[0] + zbin_oq_value,
local
33
const int nzbins[2] = {
zbins
[0] * -1,
34
zbins
[1] * -1 };
45
if (coeff <
zbins
[rc != 0] && coeff > nzbins[rc != 0])
59
if (abs_coeff >=
zbins
[rc != 0]) {
83
const int
zbins
[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0] + zbin_oq_value, 1),
local
85
const int nzbins[2] = {
zbins
[0] * -1,
zbins
[1] * -1};
102
if (coeff >=
zbins
[rc != 0] || coeff <= nzbins[rc != 0])
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_quantize.c
31
const int
zbins
[2] = { zbin_ptr[0] + zbin_oq_value,
local
33
const int nzbins[2] = {
zbins
[0] * -1,
34
zbins
[1] * -1 };
45
if (coeff <
zbins
[rc != 0] && coeff > nzbins[rc != 0])
59
if (abs_coeff >=
zbins
[rc != 0]) {
83
const int
zbins
[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0] + zbin_oq_value, 1),
local
85
const int nzbins[2] = {
zbins
[0] * -1,
zbins
[1] * -1};
102
if (coeff >=
zbins
[rc != 0] || coeff <= nzbins[rc != 0])
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_quantize.c
298
const int
zbins
[2] = { zbin_ptr[0] + zbin_oq_value,
local
300
const int nzbins[2] = {
zbins
[0] * -1,
301
zbins
[1] * -1 };
313
if (coeff <
zbins
[rc != 0] && coeff > nzbins[rc != 0])
327
if (abs_coeff >=
zbins
[rc != 0]) {
352
const int
zbins
[2] = { zbin_ptr[0] + zbin_oq_value,
local
354
const int nzbins[2] = {
zbins
[0] * -1,
355
zbins
[1] * -1 };
367
if (coeff <
zbins
[rc != 0] && coeff > nzbins[rc != 0])
381
if (abs_coeff >=
zbins
[rc != 0])
407
const int
zbins
[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0] + zbin_oq_value, 1),
local
466
const int
zbins
[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0] + zbin_oq_value, 1),
local
[
all
...]
Completed in 149 milliseconds