Home
last modified time | relevance | path

Searched refs:this_pos (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c1735 int this_pos = offset + d; in vector_match() local
1737 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
1738 this_sad = vpx_vector_var(&ref[this_pos], src, bwl); in vector_match()
1741 center = this_pos; in vector_match()
1747 int this_pos = offset + d; in vector_match() local
1749 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
1750 this_sad = vpx_vector_var(&ref[this_pos], src, bwl); in vector_match()
1753 center = this_pos; in vector_match()
1759 int this_pos = offset + d; in vector_match() local
1761 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
[all …]
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp787 CFX_PointF this_pos = in ProcessTextObject() local
789 if (FXSYS_fabs(this_pos.y - prev_pos.y) > threshold * 2) { in ProcessTextObject()
802 if (this_pos.x >= new_prev_pos.x) { in ProcessTextObject()