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

  /external/libhevc/encoder/
ihevce_cabac_cu_pu.c 434 ASSERT((part_mode == SIZE_NxN) || (part_mode == SIZE_2Nx2N));
436 bins = (part_mode == SIZE_2Nx2N) ? 1 : 0;
445 ASSERT((part_mode <= SIZE_nRx2N) && (part_mode >= SIZE_2Nx2N));
809 num_parts = (part_mode == SIZE_2Nx2N) ? 1 : ((part_mode == SIZE_NxN) ? 4 : 2);
    [all...]
ihevce_bs_compute_ctb.c 410 if(u4_part_mode == SIZE_2Nx2N) /* symmetric motion partition, 2Nx2N */
ihevce_cabac_rdo.c 425 if((SIZE_2Nx2N == ps_cu_prms->u1_part_mode) &&
ihevce_enc_loop_utils.c     [all...]
ihevce_enc_structs.h 256 SIZE_2Nx2N = 0, ///< symmetric motion partition, 2Nx2N
    [all...]
ihevce_enc_loop_inter_mode_sifter.c 155 if(SIZE_2Nx2N == u1_cur_part_type)
    [all...]
ihevce_enc_loop_pass.c     [all...]

Completed in 626 milliseconds