Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_decomp_pre_intra_pass.c503 WORD32 next_left_intra_mode; in ihevce_ed_calc_8x8_blk() local
550 next_left_intra_mode = left_intra_mode_ptr[i]; in ihevce_ed_calc_8x8_blk()
557 left_intra_mode = next_left_intra_mode; in ihevce_ed_calc_8x8_blk()
593 next_left_intra_mode = ps_ed_4x4->best_mode; in ihevce_ed_calc_8x8_blk()
598 left_intra_mode_ptr[i] = next_left_intra_mode; in ihevce_ed_calc_8x8_blk()
980 WORD32 next_left_intra_mode; in ihevce_ed_calc_incomplete_ctb() local
1047 next_left_intra_mode = left_intra_mode_ptr[0]; in ihevce_ed_calc_incomplete_ctb()
1105 next_left_intra_mode = left_intra_mode_ptr[0]; in ihevce_ed_calc_incomplete_ctb()
1126 left_intra_mode = next_left_intra_mode; in ihevce_ed_calc_incomplete_ctb()
1186 next_left_intra_mode = ps_ed_4x4->best_mode; in ihevce_ed_calc_incomplete_ctb()
[all …]