HomeSort by relevance Sort by last modified time
    Searched refs:b4_wd (Results 1 - 23 of 23) 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:__anon27092
    [all...]
  /external/libhevc/encoder/
ihevce_enc_loop_inter_mode_sifter.c 195 s_err_prms.i4_blk_wd = (ps_pu->b4_wd + 1) << 2;
308 i4_part_wd = (ps_pu->b4_wd + 1) << 2;
352 (ps_pu->b4_wd + 1) << 2,
448 i4_part_wd = (ps_cand->as_inter_pu[0].b4_wd + 1) << 2;
476 i4_part_wd = (ps_cand->as_inter_pu[0].b4_wd + 1) << 2;
484 i4_part_wd = (ps_cand->as_inter_pu[1].b4_wd + 1) << 2;
510 i4_part_wd = (ps_cand->as_inter_pu[0].b4_wd + 1) << 2;
513 i4_part_wd_pu2 = (ps_cand->as_inter_pu[1].b4_wd + 1) << 2;
602 i4_part_wd = (ps_cand->as_inter_pu[0].b4_wd + 1) << 2;
605 i4_part_wd_pu2 = (ps_cand->as_inter_pu[1].b4_wd + 1) << 2
    [all...]
hme_utils.c 127 s_pu.b4_wd = ps_best_l0_pu->pu.b4_wd;
143 s_pu.b4_wd = ps_best_l1_pu->pu.b4_wd;
    [all...]
ihevce_bs_compute_ctb.c 433 WORD32 pu_wd = (ps_pu->b4_wd) + 1;
ihevce_stasino_helpers.c 876 u4_wd = ps_result[i4_k].pu.b4_wd + 1;
ihevce_inter_pred.c 385 WORD32 pu_wd = (ps_pu->b4_wd + 1) << 2;
    [all...]
ihevce_mv_pred.c 214 part_wd = (ps_pu->b4_wd + 1) << 2;
ihevce_mv_pred_merge.c 558 part_wd = (ps_pu->b4_wd + 1) << 2;
    [all...]
ihevce_enc_loop_utils.c     [all...]
ihevce_cabac_cu_pu.c 917 pu_w_plus_pu_h = ((ps_pu->b4_wd + 1) << 2) + ((ps_pu->b4_ht + 1) << 2);
    [all...]
ihevce_enc_loop_structs.h 81 (ps_pu)->b4_wd = ((wd) >> 2) - 1; \
    [all...]
hme_refine.c     [all...]
hme_subpel.c 618 (ps_part_type_result->as_pu_results->pu.b4_wd + 1) << 2,
    [all...]
ihevce_enc_loop_pass.c     [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 1267 * PU width in pixels = (b4_wd + 1) << 2
1269 UWORD32 b4_wd : 4; member in struct:__anon28295
    [all...]

Completed in 1519 milliseconds