OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:u_chroma
(Results
1 - 8
of
8
) 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
214
ps_dec->u2_def_dc_pred[
U_CHROMA
] = 128 << ps_dec->u2_intra_dc_precision;
423
ps_dec->u2_def_dc_pred[
U_CHROMA
] = 128 << ps_dec->u2_intra_dc_precision;
605
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
817
ps_dec->u2_def_dc_pred[
U_CHROMA
] = 128 << ps_dec->u2_intra_dc_precision;
[
all
...]
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
GlRectDrawerTest.java
178
final float
u_chroma
= normalizedByte(yuvPlanes[1].get()) - 0.5f;
local
183
saturatedConvert(y_luma - 0.344f *
u_chroma
- 0.714f * v_chroma);
184
final float expectedBlue = saturatedConvert(y_luma + 1.77f *
u_chroma
);
/external/libmpeg2/common/
impeg2_defs.h
146
#define
U_CHROMA
1
Completed in 693 milliseconds