HomeSort by relevance Sort by last modified time
    Searched defs:u2_pic_ht (Results 1 - 4 of 4) sorted by null

  /external/libavc/decoder/
ih264d_dpb_manager.h 107 UWORD16 u2_pic_ht; member in struct:__anon22100
ih264d_parse_headers.c 491 UWORD32 u2_pic_ht = 0; local
    [all...]
ih264d_inter_pred.c 184 WORD32 u2_pic_ht; local
262 u2_pic_ht = ps_dec->u2_pic_ht;
272 i2_frm_y = CLIP3(((1 - u1_dma_ht)), (u2_pic_ht - (1)), i2_frm_y);
355 u2_pic_ht >>= 1;
365 i2_frm_y = CLIP3(((1 - u1_dma_ht)), (u2_pic_ht - (1)), i2_frm_y);
460 UWORD16 u2_pic_ht, u2_frm_wd, u2_rec_wd; local
618 u2_pic_ht = ps_dec->u2_pic_ht >> u1_pic_fld;
627 (u2_pic_ht - (1 << u1_mb_fld)), i2_frm_y)
1021 UWORD32 u2_pic_ht, u2_frm_wd, u2_rec_wd; local
    [all...]
ih264d_structs.h 742 UWORD16 u2_pic_ht; /** Height of the picture being decoded */ member in struct:_DecStruct
    [all...]

Completed in 197 milliseconds