OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cr_offset
(Results
1 - 9
of
9
) sorted by null
/external/libaom/libaom/aom_dsp/
grain_synthesis.h
74
int
cr_offset
; // 9 bits
member in struct:__anon26430
143
if (pa->
cr_offset
!= pb->
cr_offset
) return 0;
grain_synthesis.c
587
int
cr_offset
= params->
cr_offset
- 256;
local
604
cr_offset
= 0;
662
cr_offset
,
702
int
cr_offset
= (params->
cr_offset
<< (bit_depth - 8)) - (1 << bit_depth);
local
[
all
...]
grain_table.c
61
&pars->cr_mult, &pars->cr_luma_mult, &pars->
cr_offset
);
149
pars->
cr_offset
);
noise_model.c
[
all
...]
/external/libaom/libaom/test/
film_grain_table_test.cc
68
EXPECT_EQ(expected->
cr_offset
, actual->
cr_offset
);
noise_model_test.cc
[
all
...]
/external/minigbm/cros_gralloc/gralloc0/tests/
gralloctest.c
542
uintptr_t y_size, c_stride, c_size,
cr_offset
, cb_offset;
local
556
*
cr_offset
= y_size.
567
cr_offset
= y_size;
581
CHECK(
cr_offset
== (uintptr_t)info.ycbcr.cr);
/external/libaom/libaom/av1/encoder/
bitstream.c
[
all
...]
/external/libaom/libaom/av1/decoder/
decodeframe.c
[
all
...]
Completed in 451 milliseconds