Searched refs:this_pos (Results 1 – 3 of 3) sorted by relevance
2071 int this_pos = offset + d; in vector_match() local2073 if (this_pos < 0 || this_pos > bw) continue; in vector_match()2074 this_sad = vpx_vector_var(&ref[this_pos], src, bwl); in vector_match()2077 center = this_pos; in vector_match()2083 int this_pos = offset + d; in vector_match() local2085 if (this_pos < 0 || this_pos > bw) continue; in vector_match()2086 this_sad = vpx_vector_var(&ref[this_pos], src, bwl); in vector_match()2089 center = this_pos; in vector_match()2095 int this_pos = offset + d; in vector_match() local2097 if (this_pos < 0 || this_pos > bw) continue; in vector_match()[all …]
2116 int this_pos = offset + d; in vector_match() local2118 if (this_pos < 0 || this_pos > bw) continue; in vector_match()2119 this_sad = aom_vector_var(&ref[this_pos], src, bwl); in vector_match()2122 center = this_pos; in vector_match()2128 int this_pos = offset + d; in vector_match() local2130 if (this_pos < 0 || this_pos > bw) continue; in vector_match()2131 this_sad = aom_vector_var(&ref[this_pos], src, bwl); in vector_match()2134 center = this_pos; in vector_match()2140 int this_pos = offset + d; in vector_match() local2142 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()