Searched refs:this_pos (Results 1 – 2 of 2) sorted by relevance
1738 int this_pos = offset + d; in vector_match() local1740 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() local1752 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() local1764 if (this_pos < 0 || this_pos > bw) continue; in vector_match()[all …]
760 CFX_PointF this_pos = in ProcessTextObject() local762 if (fabs(this_pos.y - prev_pos.y) > threshold * 2) { in ProcessTextObject()775 if (this_pos.x >= new_prev_pos.x) { in ProcessTextObject()