Searched refs:chroma_energy_compaction (Results 1 – 5 of 5) sorted by relevance
179 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()
171 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()
181 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()
2581 UWORD8 (*chroma_energy_compaction[2])(process_ctxt_t *ps_proc); member
2186 u4_cbp_c = (ps_codec->chroma_energy_compaction)[chroma_idx](ps_proc); in ih264e_process()