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

  /external/libavc/encoder/arm/
ih264e_function_selector_av8.c 196 ps_codec->pf_write_mb_syntax_layer[CAVLC][ISLICE] = ih264e_write_islice_mb_cavlc;
197 ps_codec->pf_write_mb_syntax_layer[CAVLC][PSLICE] = ih264e_write_pslice_mb_cavlc;
198 ps_codec->pf_write_mb_syntax_layer[CAVLC][BSLICE] = ih264e_write_bslice_mb_cavlc;
ih264e_function_selector_a9q.c 187 ps_codec->pf_write_mb_syntax_layer[CAVLC][ISLICE] = ih264e_write_islice_mb_cavlc;
188 ps_codec->pf_write_mb_syntax_layer[CAVLC][PSLICE] = ih264e_write_pslice_mb_cavlc;
  /external/libavc/encoder/
ih264e_function_selector_generic.c 197 ps_codec->pf_write_mb_syntax_layer[CAVLC][ISLICE] = ih264e_write_islice_mb_cavlc;
198 ps_codec->pf_write_mb_syntax_layer[CAVLC][PSLICE] = ih264e_write_pslice_mb_cavlc;
199 ps_codec->pf_write_mb_syntax_layer[CAVLC][BSLICE] = ih264e_write_bslice_mb_cavlc;
ih264e_process.c 483 if (CAVLC == ps_entropy->u1_entropy_coding_mode_flag)
559 if (CAVLC == ps_entropy->u1_entropy_coding_mode_flag)
    [all...]
ih264e_api.c     [all...]
  /external/libavc/common/
ih264_defs.h 313 CAVLC = 0,
  /external/libavc/decoder/
ih264d_defs.h 321 #define CAVLC 0
ih264d_parse_pslice.c 76 * This function parses CAVLC syntax of a P MB.
409 ih264d_update_nnz_for_skipmb(ps_dec, ps_cur_mb_info, CAVLC);
722 * This function parses CAVLC syntax of N MB's of a P slice.
    [all...]
ih264d_parse_islice.c 79 * This function parses CAVLC syntax of a I MB. If 16x16 Luma DC transform
462 ih264d_update_nnz_for_skipmb(ps_dec, ps_cur_mb_info, CAVLC);
    [all...]
ih264d_parse_bslice.c 738 * This function parses CAVLC syntax of a B MB.
    [all...]

Completed in 781 milliseconds