OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gau1_ih264d_clip_table
(Results
1 - 3
of
3
) sorted by null
/external/libavc/decoder/
ih264d_deblocking.c
161
pu1_cliptab_y = (UWORD8 *)&
gau1_ih264d_clip_table
[12 + idx_a_y];
162
pu1_cliptab_u = (UWORD8 *)&
gau1_ih264d_clip_table
[12 + idx_a_u];
163
pu1_cliptab_v = (UWORD8 *)&
gau1_ih264d_clip_table
[12 + idx_a_v];
197
pu1_cliptab_y = (UWORD8 *)&
gau1_ih264d_clip_table
[12 + idx_a_y];
198
pu1_cliptab_u = (UWORD8 *)&
gau1_ih264d_clip_table
[12 + idx_a_u];
199
pu1_cliptab_v = (UWORD8 *)&
gau1_ih264d_clip_table
[12 + idx_a_v];
268
pu1_cliptab_y = (UWORD8 *)&
gau1_ih264d_clip_table
[12 + idx_a_y];
269
pu1_cliptab_u = (UWORD8 *)&
gau1_ih264d_clip_table
[12 + idx_a_u];
270
pu1_cliptab_v = (UWORD8 *)&
gau1_ih264d_clip_table
[12 + idx_a_v];
375
pu1_cliptab_y = (UWORD8 *)&
gau1_ih264d_clip_table
[12 + idx_a_y]
[
all
...]
ih264d_tables.h
47
extern const UWORD8
gau1_ih264d_clip_table
[][4];
ih264d_tables.c
56
const UWORD8
gau1_ih264d_clip_table
[][4] =
variable
[
all
...]
Completed in 949 milliseconds