OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gau1_ih264d_qp_scale_cr
(Results
1 - 4
of
4
) sorted by null
/external/libavc/decoder/
ih264d_tables.h
43
extern const UWORD8
gau1_ih264d_qp_scale_cr
[];
ih264d_deblocking.c
126
qp_avg = (UWORD8)((
gau1_ih264d_qp_scale_cr
[12 + mb_qp1]
127
+
gau1_ih264d_qp_scale_cr
[12 + mb_qp2] + 1) >> 1);
138
qp_avg = (UWORD8)((
gau1_ih264d_qp_scale_cr
[12 + mb_qp1]
139
+
gau1_ih264d_qp_scale_cr
[12 + mb_qp2] + 1) >> 1);
235
qp_avg = (UWORD8)((
gau1_ih264d_qp_scale_cr
[12 + mb_qp1]
236
+
gau1_ih264d_qp_scale_cr
[12 + mb_qp2] + 1) >> 1);
247
qp_avg = (UWORD8)((
gau1_ih264d_qp_scale_cr
[12 + mb_qp1]
248
+
gau1_ih264d_qp_scale_cr
[12 + mb_qp2] + 1) >> 1);
339
qp_avg = (UWORD8)((
gau1_ih264d_qp_scale_cr
[12 + mb_qp1]
340
+
gau1_ih264d_qp_scale_cr
[12 + mb_qp2] + 1) >> 1)
[
all
...]
ih264d_utils.c
[
all
...]
ih264d_tables.c
40
const UWORD8
gau1_ih264d_qp_scale_cr
[] =
variable
[
all
...]
Completed in 180 milliseconds