Home
last modified time | relevance | path

Searched refs:chroma_energy_compaction (Results 1 – 5 of 5) sorted by relevance

/external/libavc/encoder/arm/
Dih264e_function_selector_av8.c179 ps_codec->chroma_energy_compaction[0] = ih264e_code_chroma_intra_macroblock_8x8; in ih264e_init_function_ptr_neon_av8()
180 ps_codec->chroma_energy_compaction[1] = ih264e_code_chroma_inter_macroblock_8x8; in ih264e_init_function_ptr_neon_av8()
Dih264e_function_selector_a9q.c171 ps_codec->chroma_energy_compaction[0] = ih264e_code_chroma_intra_macroblock_8x8; in ih264e_init_function_ptr_neon_a9q()
172 ps_codec->chroma_energy_compaction[1] = ih264e_code_chroma_inter_macroblock_8x8; in ih264e_init_function_ptr_neon_a9q()
/external/libavc/encoder/
Dih264e_function_selector_generic.c181 ps_codec->chroma_energy_compaction[0] = ih264e_code_chroma_intra_macroblock_8x8; in ih264e_init_function_ptr_generic()
182 ps_codec->chroma_energy_compaction[1] = ih264e_code_chroma_inter_macroblock_8x8; in ih264e_init_function_ptr_generic()
Dih264e_structs.h2581 UWORD8 (*chroma_energy_compaction[2])(process_ctxt_t *ps_proc); member
Dih264e_process.c2186 u4_cbp_c = (ps_codec->chroma_energy_compaction)[chroma_idx](ps_proc); in ih264e_process()