OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:u4_non_zero_rows
(Results
1 - 4
of
4
) sorted by null
/external/libmpeg2/decoder/
impeg2d_i_pic.c
229
IMPEG2D_IDCT_INP_STATISTICS(pi2_vld_out, ps_dec->u4_non_zero_cols, ps_dec->
u4_non_zero_rows
);
235
if(1 == (ps_dec->u4_non_zero_cols | ps_dec->
u4_non_zero_rows
))
245
~ps_dec->u4_non_zero_cols, ~ps_dec->
u4_non_zero_rows
);
266
IMPEG2D_IDCT_INP_STATISTICS(pi2_vld_out, ps_dec->u4_non_zero_cols, ps_dec->
u4_non_zero_rows
);
271
if(1 == (ps_dec->u4_non_zero_cols | ps_dec->
u4_non_zero_rows
))
281
~ps_dec->u4_non_zero_cols, ~ps_dec->
u4_non_zero_rows
);
294
IMPEG2D_IDCT_INP_STATISTICS(pi2_vld_out, ps_dec->u4_non_zero_cols, ps_dec->
u4_non_zero_rows
);
299
if(1 == (ps_dec->u4_non_zero_cols | ps_dec->
u4_non_zero_rows
))
308
~ps_dec->u4_non_zero_cols, ~ps_dec->
u4_non_zero_rows
);
impeg2d_vld.c
324
IMPEG2D_IQNT_INP_STATISTICS(pi2_out_addr, ps_dec->u4_non_zero_cols, ps_dec->
u4_non_zero_rows
);
331
if (1 != (ps_dec->u4_non_zero_cols | ps_dec->
u4_non_zero_rows
))
348
ps_dec->
u4_non_zero_rows
|= 0x1;
402
IMPEG2D_IQNT_INP_STATISTICS(pi2_out_addr, ps_dec->u4_non_zero_cols, ps_dec->
u4_non_zero_rows
);
410
if (1 != (ps_dec->u4_non_zero_cols | ps_dec->
u4_non_zero_rows
))
428
ps_dec->
u4_non_zero_rows
|= 0x1;
431
if (1 == (ps_dec->u4_non_zero_cols | ps_dec->
u4_non_zero_rows
))
443
ps_dec->
u4_non_zero_rows
|= 0x80;
497
ps_dec->
u4_non_zero_rows
= 0;
499
u4_nz_rows = ps_dec->
u4_non_zero_rows
;
[
all
...]
impeg2d_pnb_pic.c
550
IMPEG2D_IDCT_INP_STATISTICS(pi2_vld_out, ps_dec->u4_non_zero_cols, ps_dec->
u4_non_zero_rows
);
555
if(1 == (ps_dec->u4_non_zero_cols | ps_dec->
u4_non_zero_rows
))
578
~ps_dec->u4_non_zero_cols, ~ps_dec->
u4_non_zero_rows
);
602
IMPEG2D_IDCT_INP_STATISTICS(pi2_vld_out, ps_dec->u4_non_zero_cols, ps_dec->
u4_non_zero_rows
);
607
if(1 == (ps_dec->u4_non_zero_cols | ps_dec->
u4_non_zero_rows
))
630
~ps_dec->u4_non_zero_cols, ~ps_dec->
u4_non_zero_rows
);
648
IMPEG2D_IDCT_INP_STATISTICS(pi2_vld_out, ps_dec->u4_non_zero_cols, ps_dec->
u4_non_zero_rows
);
653
if(1 == (ps_dec->u4_non_zero_cols | ps_dec->
u4_non_zero_rows
))
675
~ps_dec->u4_non_zero_cols, ~ps_dec->
u4_non_zero_rows
);
impeg2d_structs.h
276
UWORD32
u4_non_zero_rows
;
member in struct:dec_state_struct_t
Completed in 77 milliseconds