OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U_CHROMA
(Results
1 - 7
of
7
) sorted by null
/external/libmpeg2/decoder/
impeg2d_d_pic.c
215
i2_dc_val = ps_dec->u2_def_dc_pred[
U_CHROMA
] + i2_dc_diff;
216
ps_dec->u2_def_dc_pred[
U_CHROMA
] = i2_dc_val;
impeg2d_pnb_pic.c
222
ps_dec->u2_def_dc_pred[
U_CHROMA
] = 128 << ps_dec->u2_intra_dc_precision;
438
ps_dec->u2_def_dc_pred[
U_CHROMA
] = 128 << ps_dec->u2_intra_dc_precision;
619
ps_dec->u2_prev_intra_mb,
U_CHROMA
, 0);
impeg2d_i_pic.c
259
ps_dec->pu1_inv_scan_matrix, 1,
U_CHROMA
, 0);
impeg2d_pic_proc.c
447
ps_dec->u2_def_dc_pred[
U_CHROMA
] = 128 << ps_dec->u2_intra_dc_precision;
impeg2d_mc.c
[
all
...]
impeg2d_dec_hdr.c
855
ps_dec->u2_def_dc_pred[
U_CHROMA
] = 128 << ps_dec->u2_intra_dc_precision;
[
all
...]
/external/libmpeg2/common/
impeg2_defs.h
146
#define
U_CHROMA
1
Completed in 64 milliseconds