Home
last modified time | relevance | path

Searched refs:u1_c_i8_mode (Results 1 – 4 of 4) sorted by relevance

/external/libavc/encoder/
Dih264e_structs.h1706 UWORD8 u1_c_i8_mode; member
Dih264e_process.c661 ps_mb_hdr->common.u1_mb_type_mode = (ps_proc->u1_c_i8_mode << 6) + u4_mb_type; in ih264e_pack_header_data()
728 …ps_mb_hdr->common.u1_mb_type_mode = (ps_proc->u1_c_i8_mode << 6) + (ps_proc->u1_l_i16_mode << 4) +… in ih264e_pack_header_data()
Dih264e_core_coding.c2023 UWORD8 u1_intra_mode = ps_proc->u1_c_i8_mode; in ih264e_code_chroma_intra_macroblock_8x8()
Dih264e_intra_modes_eval.c1488 ps_proc->u1_c_i8_mode = u4_best_chroma_intra_8x8_mode; in ih264e_evaluate_chroma_intra8x8_modes_for_least_cost_rdoptoff()