HomeSort by relevance Sort by last modified time
    Searched refs: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 620 IMPEG2D_IDCT_INP_STATISTICS(pi2_vld_out, ps_dec->u4_non_zero_cols, ps_dec->u4_non_zero_rows);
625 if(1 == (ps_dec->u4_non_zero_cols | ps_dec->u4_non_zero_rows))
648 ~ps_dec->u4_non_zero_cols, ~ps_dec->u4_non_zero_rows);
672 IMPEG2D_IDCT_INP_STATISTICS(pi2_vld_out, ps_dec->u4_non_zero_cols, ps_dec->u4_non_zero_rows);
677 if(1 == (ps_dec->u4_non_zero_cols | ps_dec->u4_non_zero_rows))
700 ~ps_dec->u4_non_zero_cols, ~ps_dec->u4_non_zero_rows);
718 IMPEG2D_IDCT_INP_STATISTICS(pi2_vld_out, ps_dec->u4_non_zero_cols, ps_dec->u4_non_zero_rows);
723 if(1 == (ps_dec->u4_non_zero_cols | ps_dec->u4_non_zero_rows))
745 ~ps_dec->u4_non_zero_cols, ~ps_dec->u4_non_zero_rows);
impeg2d_structs.h 306 UWORD32 u4_non_zero_rows; member in struct:dec_state_struct_t

Completed in 54 milliseconds