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

  /external/libavc/encoder/
ih264e_mc.c 220 wd = (ps_curr_pu->b4_wd + 1) << 2;
359 wd = (ps_curr_pu->b4_wd + 1) << 1;
421 wd = (ps_curr_pu->b4_wd + 1) << 1;
ih264e_me.c     [all...]
ih264e_structs.h 257 * PU width in pixels = (b4_wd + 1) << 2
259 UWORD32 b4_wd : 2; member in struct:__anon23932
    [all...]
  /external/libhevc/decoder/
ihevcd_boundary_strength.c 730 pu_wd = (ps_pu->b4_wd + 1);
    [all...]
ihevcd_get_mv.c 276 pu_wd = (ps_pu->b4_wd + 1) << 2;
ihevcd_inter_pred.c 222 pu_wd = (ps_pu->b4_wd + 1) << 2;
ihevcd_mv_pred.c 420 part_wd = (ps_pu->b4_wd + 1) << 2;
ihevcd_parse_slice.c 653 pu_w_plus_pu_h = ((ps_pu->b4_wd + 1) << 2) + ((ps_pu->b4_ht + 1) << 2);
842 ps_pu->b4_wd = (wd >> 2) - 1;
    [all...]
ihevcd_process_slice.c 724 WORD32 pu_wd = (ps_pu->b4_wd + 1) << 2;
    [all...]
  /external/libhevc/common/
ihevc_structs.h 1242 * PU width in pixels = (b4_wd + 1) << 2
1244 UWORD32 b4_wd : 4; member in struct:__anon24873
    [all...]

Completed in 146 milliseconds