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

  /external/libhevc/decoder/
ihevcd_inter_pred.c 127 WORD32 pu_wd, pu_ht; local
223 pu_ht = (ps_pu->b4_ht + 1) << 2;
415 func_ht = pu_ht >> clr_indx;
433 func_ht = pu_ht >> clr_indx;
457 func_ht = pu_ht >> clr_indx;
475 func_ht = pu_ht >> clr_indx;
514 pu_ht,
541 pu_ht >> 1,
563 pu_ht >> 1,
596 pu_ht,
    [all...]
ihevcd_get_mv.c 123 WORD32 num_pu_per_ctb, pu_wd, pu_ht, pu_cnt; local
275 pu_ht = (ps_pu->b4_ht + 1) << 2;
278 pu_ht_single_mcl = pu_ht;
420 && (pu_ht == 8)))
455 for(i = 0; i < pu_ht / MIN_PU_SIZE; i++)
470 for(row = 0; row < pu_ht / MIN_PU_SIZE; row++)
ihevcd_boundary_strength.c 721 WORD32 pu_wd, pu_ht; local
731 pu_ht = (ps_pu->b4_ht + 1);
734 end_pos_y = start_pos_y + pu_ht;
740 u4_bs = DUP_LSB_10(pu_ht);
    [all...]
ihevcd_process_slice.c 729 WORD32 pu_ht = (ps_pu->b4_ht + 1) << 2; local
734 for(row = 0; row < pu_ht / MIN_PU_SIZE; row++)
    [all...]
ihevcd_parse_slice.c 3134 WORD32 pu_ht = (ps_pu->b4_ht + 1) << 2; local
    [all...]

Completed in 753 milliseconds