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

  /external/libavc/decoder/
ih264d_inter_pred.c 667 ps_pred->i1_pod_ht = 0;
677 ps_pred->i1_pod_ht = (WORD8)(-i2_pod_ht);
688 ps_pred->i1_pod_ht = (WORD8)i2_pod_ht;
695 * ps_pred->i1_pod_ht is non zero when MBAFF is present. In case of MBAFF the reference data
698 if(ps_pred->i1_pod_ht)
816 ps_pred->i1_pod_ht = 0;
826 ps_pred->i1_pod_ht = (WORD8)(-i2_pod_ht);
835 ps_pred->i1_pod_ht = (WORD8)i2_pod_ht;
843 if(ps_pred->i1_pod_ht)
855 if(ps_pred->i1_pod_ht)
    [all...]
ih264d_structs.h 250 WORD8 i1_pod_ht; /** Flag specifying height of pad on demand */ member in struct:__anon22111
    [all...]

Completed in 54 milliseconds