Home | History | Annotate | Download | only in encoder

Lines Matching refs:distance

1181 int vp8_full_search_sad(MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *ref_mv, int error_per_bit, int distance, vp8_variance_fn_ptr_t *fn_ptr, int *mvcost[2], int *mvsadcost[2], MV *center_mv)
1200 int row_min = ref_row - distance;
1201 int row_max = ref_row + distance;
1202 int col_min = ref_col - distance;
1203 int col_max = ref_col + distance;
1271 int vp8_full_search_sadx3(MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *ref_mv, int error_per_bit, int distance, vp8_variance_fn_ptr_t *fn_ptr, int *mvcost[2], int *mvsadcost[2], MV *center_mv)
1290 int row_min = ref_row - distance;
1291 int row_max = ref_row + distance;
1292 int col_min = ref_col - distance;
1293 int col_max = ref_col + distance;
1394 int vp8_full_search_sadx8(MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *ref_mv, int error_per_bit, int distance, vp8_variance_fn_ptr_t *fn_ptr, int *mvcost[2], int *mvsadcost[2], MV *center_mv)
1413 int row_min = ref_row - distance;
1414 int row_max = ref_row + distance;
1415 int col_min = ref_col - distance;
1416 int col_max = ref_col + distance;