Searched defs:subpel_y_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() 132 int subpel_y_q3, const uint8_t *ref, 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() 502 int subpel_y_q3, const uint8_t *ref, in aom_comp_avg_upsampled_pred_c() 522 int subpel_y_q3, const uint8_t *ref, 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 | 2492 const int subpel_y_q3 = get_subpel_part(this_mv->row); in estimated_pref_error() local 2529 const int subpel_y_q3 = get_subpel_part(this_mv->row); in upsampled_pref_error() local 3616 const int subpel_y_q3 = get_subpel_part(this_mv->row); in estimate_obmc_pref_error() local 3638 const int subpel_y_q3 = get_subpel_part(this_mv->row); in upsampled_obmc_pref_error() local
|