Home | History | Annotate | Download | only in encoder

Lines Matching full:vector_match

1741 static int vector_match(int16_t *ref, int16_t *src, int bwl) {
1892 tmp_mv->col = vector_match(hbuf, src_hbuf, b_width_log2_lookup[bsize]);
1893 tmp_mv->row = vector_match(vbuf, src_vbuf, b_height_log2_lookup[bsize]);