Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_had_satd.c1232 WORD32 i4_early_cbf_flag = 0, early_cbf = 0; in ihevce_had_16x16_r() local
1300 i4_early_cbf_flag += (best_cost_tu_split & 0x1); in ihevce_had_16x16_r()
1305 i4_early_cbf_flag <<= 1; in ihevce_had_16x16_r()
1321 i4_early_cbf_flag += early_cbf; in ihevce_had_16x16_r()
1350 pi4_16x16_tu_early_cbf[0] = i4_early_cbf_flag; in ihevce_had_16x16_r()
1353 return ((best_cost << 10) + (tu_split_flag << 5) + i4_early_cbf_flag); in ihevce_had_16x16_r()
1547 WORD32 i4_early_cbf_flag = 0, early_cbf = 0; in ihevce_had_32x32_r() local
1615 i4_early_cbf_flag += best_cost_tu_split & 0x1F; in ihevce_had_32x32_r()
1618 i4_early_cbf_flag <<= 5; in ihevce_had_32x32_r()
1650 i4_early_cbf_flag += best_cost_tu_split & 0x1F; in ihevce_had_32x32_r()
[all …]
/external/libhevc/encoder/arm/
Dihevce_had_compute_neon.c1005 WORD32 i4_early_cbf_flag = 0, early_cbf = 0; in ihevce_had_16x16_r_neon() local
1067 i4_early_cbf_flag += (best_cost_tu_split & 0x1); in ihevce_had_16x16_r_neon()
1072 i4_early_cbf_flag <<= 1; in ihevce_had_16x16_r_neon()
1085 i4_early_cbf_flag += early_cbf; in ihevce_had_16x16_r_neon()
1111 pi4_16x16_tu_early_cbf[0] = i4_early_cbf_flag; in ihevce_had_16x16_r_neon()
1114 return ((best_cost << 10) + (tu_split_flag << 5) + i4_early_cbf_flag); in ihevce_had_16x16_r_neon()