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

  /external/libhevc/encoder/
ihevce_cabac_cu_pu.c 558 * @param[in] pu_w_plus_pu_h
559 * required to check if pu_w_plus_pu_h is 12 (8x4PU or 4x8PU)
566 cab_ctxt_t *ps_cabac, WORD32 inter_pred_idc, WORD32 cu_depth, WORD32 pu_w_plus_pu_h)
574 if(pu_w_plus_pu_h == 12)
913 WORD32 pu_w_plus_pu_h; local
917 pu_w_plus_pu_h = ((ps_pu->b4_wd + 1) << 2) + ((ps_pu->b4_ht + 1) << 2);
920 ps_cabac, inter_pred_idc, cu_depth, pu_w_plus_pu_h);
    [all...]
  /external/libhevc/decoder/
ihevcd_parse_slice.c 650 WORD32 pu_w_plus_pu_h; local
653 pu_w_plus_pu_h = ((ps_pu->b4_wd + 1) << 2) + ((ps_pu->b4_ht + 1) << 2);
654 if(12 == pu_w_plus_pu_h)
    [all...]

Completed in 763 milliseconds