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

  /external/libavc/encoder/
ih264e_encode_header.c 343 PUT_BITS(ps_bitstrm, ps_pps->u1_entropy_coding_mode_flag, 1, return_status, "Entropy coding : 0-VLC; 1 - CABAC");
592 if (ps_slice_hdr->u1_entropy_coding_mode_flag && ps_slice_hdr->u1_slice_type != ISLICE &&
867 ps_pps->u1_entropy_coding_mode_flag = ps_cfg->u4_entropy_coding_mode;
    [all...]
ih264e_process.c 394 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag)
447 ps_entropy->i4_error_code |= ps_codec->pf_write_mb_syntax_layer[ps_entropy->u1_entropy_coding_mode_flag][i4_slice_type](ps_entropy);
457 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag)
482 if (CAVLC == ps_entropy->u1_entropy_coding_mode_flag)
514 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag)
523 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag
548 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag
558 if (CAVLC == ps_entropy->u1_entropy_coding_mode_flag)
    [all...]
ih264e_structs.h 1014 WORD8 u1_entropy_coding_mode_flag; member in struct:__anon12006
    [all...]
ih264e_utils.c     [all...]
  /external/libavc/common/
ih264_structs.h 1066 UWORD8 u1_entropy_coding_mode_flag; member in struct:__anon11770
1400 WORD8 u1_entropy_coding_mode_flag; member in struct:__anon11773
    [all...]

Completed in 57 milliseconds