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

  /external/libavc/encoder/arm/
ih264e_function_selector_a9q.c 171 ps_codec->chroma_energy_compaction[0] = ih264e_code_chroma_intra_macroblock_8x8;
172 ps_codec->chroma_energy_compaction[1] = ih264e_code_chroma_inter_macroblock_8x8;
ih264e_function_selector_av8.c 179 ps_codec->chroma_energy_compaction[0] = ih264e_code_chroma_intra_macroblock_8x8;
180 ps_codec->chroma_energy_compaction[1] = ih264e_code_chroma_inter_macroblock_8x8;
  /external/libavc/encoder/
ih264e_function_selector_generic.c 181 ps_codec->chroma_energy_compaction[0] = ih264e_code_chroma_intra_macroblock_8x8;
182 ps_codec->chroma_energy_compaction[1] = ih264e_code_chroma_inter_macroblock_8x8;
ih264e_structs.h 2400 UWORD8 (*chroma_energy_compaction[2])(process_ctxt_t *ps_proc); member in struct:_codec_t
    [all...]
ih264e_process.c     [all...]

Completed in 47 milliseconds