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

  /external/libavc/decoder/
ih264d_inter_pred.c 128 ps_pred_pkd->i1_ref_idx_info = i1_ref_idx;
129 ps_pred_pkd->i1_ref_idx_info |= (pred_dir << 6);
510 i1_ref_idx = ps_pred_pkd->i1_ref_idx_info & 0x3f;
514 i1_pred = (ps_pred_pkd->i1_ref_idx_info & 0xC0) >> 6;
    [all...]
ih264d_structs.h 292 WORD8 i1_ref_idx_info; member in struct:__anon22112
    [all...]

Completed in 64 milliseconds