Home | History | Annotate | Download | only in encoder

Lines Matching defs:this_mv

683     if (this_mv.col < x->mv_col_min) continue;\
684 if (this_mv.col > x->mv_col_max) continue;\
685 if (this_mv.row < x->mv_row_min) continue;\
686 if (this_mv.row > x->mv_row_max) continue;\
694 thissad += mvsad_err_cost(&this_mv, &fcenter_mv.as_mv, \
739 MV this_mv;
763 this_mv.row = br;
764 this_mv.col = bc;
766 + mvsad_err_cost(&this_mv, &fcenter_mv.as_mv,
780 this_mv.row = br + candidates[t][i].row;
781 this_mv.col = bc + candidates[t][i].col;
782 this_offset = base_offset + (this_mv.row * in_what_stride) +
783 this_mv.col;
790 this_mv.row = br + candidates[t][i].row;
791 this_mv.col = bc + candidates[t][i].col;
793 this_offset = base_offset + (this_mv.row * in_what_stride) +
794 this_mv.col;
824 this_mv.row = br + candidates[s][i].row;
825 this_mv.col = bc + candidates[s][i].col;
826 this_offset = base_offset + (this_mv.row * in_what_stride) +
827 this_mv.col;
834 this_mv.row = br + candidates[s][i].row;
835 this_mv.col = bc + candidates[s][i].col;
837 this_offset = base_offset + (this_mv.row * in_what_stride) +
838 this_mv.col;
862 this_mv.row = br + candidates[s][next_chkpts_indices[i]].row;
863 this_mv.col = bc + candidates[s][next_chkpts_indices[i]].col;
864 this_offset = base_offset + (this_mv.row * (in_what_stride)) +
865 this_mv.col;
872 this_mv.row = br + candidates[s][next_chkpts_indices[i]].row;
873 this_mv.col = bc + candidates[s][next_chkpts_indices[i]].col;
875 this_offset = base_offset + (this_mv.row * (in_what_stride)) +
876 this_mv.col;
903 this_mv.row = br + neighbors[i].row;
904 this_mv.col = bc + neighbors[i].col;
905 this_offset = base_offset + (this_mv.row * (in_what_stride)) +
906 this_mv.col;
913 this_mv.row = br + neighbors[i].row;
914 this_mv.col = bc + neighbors[i].col;
916 this_offset = base_offset + (this_mv.row * (in_what_stride)) +
917 this_mv.col;
938 this_mv.row = best_mv->row * 8;
939 this_mv.col = best_mv->col * 8;
945 use_mvcost ? mv_err_cost(&this_mv, center_mv,
1087 int_mv this_mv;
1149 this_mv.as_mv.row = this_row_offset;
1150 this_mv.as_mv.col = this_col_offset;
1151 thissad += mvsad_err_cost(&this_mv.as_mv, &fcenter_mv.as_mv,
1181 this_mv.as_mv.row = this_row_offset;
1182 this_mv.as_mv.col = this_col_offset;
1183 thissad += mvsad_err_cost(&this_mv.as_mv, &fcenter_mv.as_mv,
1202 this_mv.as_mv.row = best_mv->as_mv.row * 8;
1203 this_mv.as_mv.col = best_mv->as_mv.col * 8;
1210 mv_err_cost(&this_mv.as_mv, &center_mv->as_mv,
1229 int_mv this_mv;
1306 this_mv.as_mv.row = best_mv->as_mv.row + ss[i].mv.row;
1307 this_mv.as_mv.col = best_mv->as_mv.col + ss[i].mv.col;
1308 sad_array[t] += mvsad_err_cost(&this_mv.as_mv, &fcenter_mv.as_mv,
1333 this_mv.as_mv.row = this_row_offset;
1334 this_mv.as_mv.col = this_col_offset;
1335 thissad += mvsad_err_cost(&this_mv.as_mv, &fcenter_mv.as_mv,
1364 this_mv.as_mv.row = this_row_offset;
1365 this_mv.as_mv.col = this_col_offset;
1366 thissad += mvsad_err_cost(&this_mv.as_mv, &fcenter_mv.as_mv,
1385 this_mv.as_mv.row = best_mv->as_mv.row * 8;
1386 this_mv.as_mv.col = best_mv->as_mv.col * 8;
1393 mv_err_cost(&this_mv.as_mv, &center_mv->as_mv,
1474 int_mv this_mv;
1517 this_mv.as_mv.row = r;
1524 this_mv.as_mv.col = c;
1525 thissad += mvsad_err_cost(&this_mv.as_mv, &fcenter_mv.as_mv,
1539 this_mv.as_mv.row = best_mv->as_mv.row * 8;
1540 this_mv.as_mv.col = best_mv->as_mv.col * 8;
1545 mv_err_cost(&this_mv.as_mv, &center_mv->as_mv,
1563 int_mv this_mv;
1608 this_mv.as_mv.row = r;
1621 this_mv.as_mv.col = c;
1622 thissad += mvsad_err_cost(&this_mv.as_mv, &fcenter_mv.as_mv,
1643 this_mv.as_mv.col = c;
1644 thissad += mvsad_err_cost(&this_mv.as_mv, &fcenter_mv.as_mv,
1660 this_mv.as_mv.row = best_mv->as_mv.row * 8;
1661 this_mv.as_mv.col = best_mv->as_mv.col * 8;
1666 mv_err_cost(&this_mv.as_mv, &center_mv->as_mv,
1685 int_mv this_mv;
1731 this_mv.as_mv.row = r;
1744 this_mv.as_mv.col = c;
1745 thissad += mvsad_err_cost(&this_mv.as_mv, &fcenter_mv.as_mv,
1770 this_mv.as_mv.col = c;
1771 thissad += mvsad_err_cost(&this_mv.as_mv, &fcenter_mv.as_mv,
1792 this_mv.as_mv.col = c;
1793 thissad += mvsad_err_cost(&this_mv.as_mv, &fcenter_mv.as_mv,
1809 this_mv.as_mv.row = best_mv->as_mv.row * 8;
1810 this_mv.as_mv.col = best_mv->as_mv.col * 8;
1815 mv_err_cost(&this_mv.as_mv, &center_mv->as_mv,
1837 int_mv this_mv;
1869 this_mv.as_mv.row = this_row_offset;
1870 this_mv.as_mv.col = this_col_offset;
1871 thissad += mvsad_err_cost(&this_mv.as_mv, &fcenter_mv.as_mv,
1892 this_mv.as_mv.row = ref_mv->as_mv.row * 8;
1893 this_mv.as_mv.col = ref_mv->as_mv.col * 8;
1898 mv_err_cost(&this_mv.as_mv, &center_mv->as_mv,
1921 int_mv this_mv;
1956 this_mv.as_mv.row = ref_mv->as_mv.row + neighbors[j].row;
1957 this_mv.as_mv.col = ref_mv->as_mv.col + neighbors[j].col;
1958 sad_array[j] += mvsad_err_cost(&this_mv.as_mv, &fcenter_mv.as_mv,
1982 this_mv.as_mv.row = this_row_offset;
1983 this_mv.as_mv.col = this_col_offset;
1984 thissad += mvsad_err_cost(&this_mv.as_mv, &fcenter_mv.as_mv,
2006 this_mv.as_mv.row = ref_mv->as_mv.row * 8;
2007 this_mv.as_mv.col = ref_mv->as_mv.col * 8;
2012 mv_err_cost(&this_mv.as_mv, &center_mv->as_mv,
2040 int_mv this_mv;
2075 this_mv.as_mv.row = this_row_offset;
2076 this_mv.as_mv.col = this_col_offset;
2077 thissad += mvsad_err_cost(&this_mv.as_mv, &fcenter_mv.as_mv,
2097 this_mv.as_mv.row = ref_mv->as_mv.row * 8;
2098 this_mv.as_mv.col = ref_mv->as_mv.col * 8;
2105 mv_err_cost(&this_mv.as_mv, &center_mv->as_mv,