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

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

Completed in 165 milliseconds