Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c2071 int this_pos = offset + d; in vector_match() local
2073 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() local
2085 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() local
2097 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
[all …]
/external/libaom/libaom/av1/encoder/
Dmcomp.c2116 int this_pos = offset + d; in vector_match() local
2118 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() local
2130 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() local
2142 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()