Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_had_satd.h123 WORD32 pos_x_y_4x4,
160 WORD32 pos_x_y_4x4,
178 WORD32 pos_x_y_4x4,
206 WORD32 pos_x_y_4x4,
218 WORD32 pos_x_y_4x4,
231 WORD32 pos_x_y_4x4,
Dihevce_had_satd.c876 WORD32 pos_x_y_4x4, in ihevce_had_8x8_using_4_4x4() argument
880 WORD32 pos_x = pos_x_y_4x4 & 0xFFFF; in ihevce_had_8x8_using_4_4x4()
881 WORD32 pos_y = (pos_x_y_4x4 >> 16) & 0xFFFF; in ihevce_had_8x8_using_4_4x4()
956 WORD32 pos_x_y_4x4, in ihevce_had_8x8_using_4_4x4_r() argument
968 WORD32 pos_x = pos_x_y_4x4 & 0xFFFF; in ihevce_had_8x8_using_4_4x4_r()
969 WORD32 pos_y = (pos_x_y_4x4 >> 16) & 0xFFFF; in ihevce_had_8x8_using_4_4x4_r()
1213 WORD32 pos_x_y_4x4, in ihevce_had_16x16_r() argument
1249 WORD32 pos_x = pos_x_y_4x4 & 0xFFFF; in ihevce_had_16x16_r()
1250 WORD32 pos_y = (pos_x_y_4x4 >> 16) & 0xFFFF; in ihevce_had_16x16_r()
1270 pos_x_y_4x4_0 = pos_x_y_4x4 + (i & 0x01) * 2 + (i >> 1) * (2 << 16); in ihevce_had_16x16_r()
[all …]
Dihevce_stasino_helpers.h217 WORD32 pos_x_y_4x4,
236 WORD32 pos_x_y_4x4,
Dhme_err_compute.h297 WORD32 pos_x_y_4x4,
Dhme_subpel.c1322 S32 pos_x_y_4x4_0, pos_x_y_4x4 = 0; in hme_evalsatd_update_2_best_results_pt_pu_16x16() local
1348 pos_x_y_4x4_0 = pos_x_y_4x4 + (i & 0x01) * 2 + (i >> 1) * (2 << 16); in hme_evalsatd_update_2_best_results_pt_pu_16x16()
1495 S32 pos_x_y_4x4_0, pos_x_y_4x4 = 0; in hme_evalsatd_update_1_best_result_pt_pu_16x16() local
1521 pos_x_y_4x4_0 = pos_x_y_4x4 + (i & 0x01) * 2 + (i >> 1) * (2 << 16); in hme_evalsatd_update_1_best_result_pt_pu_16x16()
/external/libhevc/encoder/arm/
Dihevce_had_compute_neon.c799 WORD32 pos_x_y_4x4, in ihevce_had_8x8_using_4_4x4_r_neon() argument
810 WORD32 pos_x = pos_x_y_4x4 & 0xFFFF; in ihevce_had_8x8_using_4_4x4_r_neon()
811 WORD32 pos_y = (pos_x_y_4x4 >> 16) & 0xFFFF; in ihevce_had_8x8_using_4_4x4_r_neon()
986 WORD32 pos_x_y_4x4, in ihevce_had_16x16_r_neon() argument
1016 WORD32 pos_x = pos_x_y_4x4 & 0xFFFF; in ihevce_had_16x16_r_neon()
1017 WORD32 pos_y = (pos_x_y_4x4 >> 16) & 0xFFFF; in ihevce_had_16x16_r_neon()
1037 pos_x_y_4x4_0 = pos_x_y_4x4 + (i & 0x01) * 2 + (i >> 1) * (2 << 16); in ihevce_had_16x16_r_neon()