HomeSort by relevance Sort by last modified time
    Searched refs:ai4_ht (Results 1 - 5 of 5) sorted by null

  /external/libmpeg2/common/
icv.h 103 WORD32 ai4_ht[MAX_COMPONENTS]; member in struct:__anon15276
ideint_debug.c 99 ht = ps_pic->ai4_ht[i];
ideint.c 182 rows_remaining = ps_out_frm->ai4_ht[0] - start_row;
218 num_blks_y = ALIGN8(ps_out_frm->ai4_ht[i]) >> 3;
228 comp_row_end = MIN(comp_row_end, ps_out_frm->ai4_ht[i]);
307 (((num_blks_y - 1) == row) && (ps_out_frm->ai4_ht[i] & 0x7)))
315 if(((num_blks_y - 1) == row) && (ps_out_frm->ai4_ht[i] & 0x7))
316 blk_ht = (ps_out_frm->ai4_ht[i] & 0x7);
ideint_utils.c 124 comp_row_end = MIN(comp_row_end, ps_dst_frm->ai4_ht[i]);
  /external/libmpeg2/decoder/
impeg2d_deinterlace.c 84 ps_dst->ai4_ht[0] = ht;
85 ps_dst->ai4_ht[1] = ht / 2;
86 ps_dst->ai4_ht[2] = ht / 2;
106 ps_top_fld->ai4_ht[0] = ps_frm->ai4_ht[0] / 2;
107 ps_top_fld->ai4_ht[1] = ps_frm->ai4_ht[1] / 2;
108 ps_top_fld->ai4_ht[2] = ps_frm->ai4_ht[2] / 2;

Completed in 2886 milliseconds