OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gi2_flat_scale_mat_32x32
(Results
1 - 4
of
4
) sorted by null
/external/libhevc/common/
ihevc_quant_tables.c
47
const WORD16
gi2_flat_scale_mat_32x32
[] =
variable
[
all
...]
ihevc_quant_tables.h
37
extern const WORD16
gi2_flat_scale_mat_32x32
[];
/external/libhevc/decoder/
ihevcd_process_slice.c
[
all
...]
ihevcd_parse_headers.c
79
memcpy(pi2_scaling_mat,
gi2_flat_scale_mat_32x32
, 6*16*sizeof(WORD16)); \
104
memcpy(pi2_scaling_mat,
gi2_flat_scale_mat_32x32
, 6*16*sizeof(WORD16)); \
106
memcpy(pi2_scaling_mat + scaling_mat_offset[6],
gi2_flat_scale_mat_32x32
, 6*64*sizeof(WORD16)); \
108
memcpy(pi2_scaling_mat + scaling_mat_offset[12],
gi2_flat_scale_mat_32x32
, 3*256*sizeof(WORD16)); \
109
memcpy(pi2_scaling_mat + scaling_mat_offset[15],
gi2_flat_scale_mat_32x32
, 3*256*sizeof(WORD16)); \
111
memcpy(pi2_scaling_mat + scaling_mat_offset[18],
gi2_flat_scale_mat_32x32
, 1024*sizeof(WORD16)); \
112
memcpy(pi2_scaling_mat + scaling_mat_offset[19],
gi2_flat_scale_mat_32x32
, 1024*sizeof(WORD16)); \
[
all
...]
Completed in 50 milliseconds