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

  /external/libhevc/encoder/
ihevce_enc_loop_inter_mode_sifter.c 448 i4_part_wd = (ps_cand->as_inter_pu[0].b4_wd + 1) << 2;
449 i4_part_ht = (ps_cand->as_inter_pu[0].b4_ht + 1) << 2;
476 i4_part_wd = (ps_cand->as_inter_pu[0].b4_wd + 1) << 2;
477 i4_part_ht = (ps_cand->as_inter_pu[0].b4_ht + 1) << 2;
484 i4_part_wd = (ps_cand->as_inter_pu[1].b4_wd + 1) << 2;
485 i4_part_ht = (ps_cand->as_inter_pu[1].b4_ht + 1) << 2;
510 i4_part_wd = (ps_cand->as_inter_pu[0].b4_wd + 1) << 2;
511 i4_part_ht = (ps_cand->as_inter_pu[0].b4_ht + 1) << 2;
513 i4_part_wd_pu2 = (ps_cand->as_inter_pu[1].b4_wd + 1) << 2;
514 i4_part_ht_pu2 = (ps_cand->as_inter_pu[1].b4_ht + 1) << 2
    [all...]
ihevce_enc_cu_recursion.c 695 ps_cu_candt->as_inter_pu[0] = ps_best->as_pu_results[0].pu;
697 ps_cu_candt->as_inter_pu[0].b1_merge_flag = 0;
712 ps_cu_candt->as_inter_pu[1] = ps_best->as_pu_results[1].pu;
720 ps_cu_candt->as_inter_pu[1].b1_merge_flag = 0;
    [all...]
ihevce_enc_structs.h 668 pu_t as_inter_pu[NUM_INTER_PU_PARTS]; member in struct:__anon28606
    [all...]
ihevce_enc_loop_utils.c     [all...]
ihevce_enc_loop_pass.c 779 if((ps_inter_cand->b1_skip_flag) || (ps_inter_cand->as_inter_pu[0].b1_merge_flag) ||
780 (ps_inter_cand->b3_part_size && ps_inter_cand->as_inter_pu[1].b1_merge_flag))
    [all...]

Completed in 54 milliseconds