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

  /external/libavc/encoder/arm/
ih264e_function_selector_a9q.c 166 ps_codec->luma_energy_compaction[0] = ih264e_code_luma_intra_macroblock_16x16;
167 ps_codec->luma_energy_compaction[1] = ih264e_code_luma_intra_macroblock_4x4;
168 ps_codec->luma_energy_compaction[3] = ih264e_code_luma_inter_macroblock_16x16;
ih264e_function_selector_av8.c 174 ps_codec->luma_energy_compaction[0] = ih264e_code_luma_intra_macroblock_16x16;
175 ps_codec->luma_energy_compaction[1] = ih264e_code_luma_intra_macroblock_4x4;
176 ps_codec->luma_energy_compaction[3] = ih264e_code_luma_inter_macroblock_16x16;
  /external/libavc/encoder/
ih264e_function_selector_generic.c 176 ps_codec->luma_energy_compaction[0] = ih264e_code_luma_intra_macroblock_16x16;
177 ps_codec->luma_energy_compaction[1] = ih264e_code_luma_intra_macroblock_4x4;
178 ps_codec->luma_energy_compaction[3] = ih264e_code_luma_inter_macroblock_16x16;
ih264e_structs.h 2576 UWORD8 (*luma_energy_compaction[4])(process_ctxt_t *ps_proc); member in struct:_codec_t
    [all...]
ih264e_utils.c     [all...]
ih264e_process.c     [all...]
ih264e_api.c     [all...]

Completed in 132 milliseconds