Searched defs:subpel_x_q3 (Results 1 – 4 of 4) sorted by relevance
/external/libaom/av1/encoder/arm/ |
D | reconinter_enc_neon.c | 25 int subpel_x_q3, int subpel_y_q3, in aom_upsampled_pred_neon() 131 int width, int height, int subpel_x_q3, in aom_comp_avg_upsampled_pred_neon() 146 int subpel_x_q3, int subpel_y_q3, in aom_highbd_upsampled_pred_neon() 251 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8, in aom_highbd_comp_avg_upsampled_pred_neon()
|
/external/libaom/av1/encoder/x86/ |
D | reconinter_enc_sse2.c | 35 int subpel_x_q3, int subpel_y_q3, in aom_upsampled_pred_sse2() 155 int subpel_x_q3, int subpel_y_q3, in aom_highbd_upsampled_pred_sse2() 259 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8, in aom_highbd_comp_avg_upsampled_pred_sse2() 282 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_comp_avg_upsampled_pred_sse2()
|
/external/libaom/av1/encoder/ |
D | reconinter_enc.c | 427 int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_upsampled_pred_c() 501 int width, int height, int subpel_x_q3, in aom_comp_avg_upsampled_pred_c() 521 int width, int height, int subpel_x_q3, in aom_comp_mask_upsampled_pred() 542 int subpel_x_q3, int subpel_y_q3, in aom_highbd_upsampled_pred_c() 621 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8, in aom_highbd_comp_avg_upsampled_pred_c() 642 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8, in aom_highbd_comp_mask_upsampled_pred()
|
D | mcomp.c | 2491 const int subpel_x_q3 = get_subpel_part(this_mv->col); in estimated_pref_error() local 2528 const int subpel_x_q3 = get_subpel_part(this_mv->col); in upsampled_pref_error() local 3615 const int subpel_x_q3 = get_subpel_part(this_mv->col); in estimate_obmc_pref_error() local 3637 const int subpel_x_q3 = get_subpel_part(this_mv->col); in upsampled_obmc_pref_error() local
|