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.c1738 int this_pos = offset + d; in vector_match() local
1740 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
1741 this_sad = vpx_vector_var(&ref[this_pos], src, bwl); in vector_match()
1744 center = this_pos; in vector_match()
1750 int this_pos = offset + d; in vector_match() local
1752 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
1753 this_sad = vpx_vector_var(&ref[this_pos], src, bwl); in vector_match()
1756 center = this_pos; in vector_match()
1762 int this_pos = offset + d; in vector_match() local
1764 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
[all …]
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp760 CFX_PointF this_pos = in ProcessTextObject() local
762 if (fabs(this_pos.y - prev_pos.y) > threshold * 2) { in ProcessTextObject()
775 if (this_pos.x >= new_prev_pos.x) { in ProcessTextObject()