Home
last modified time | relevance | path

Searched refs:y_diff (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/graph/
Dis_straight_line_drawing.hpp66 double y_diff = y1 - y2; in intersects() local
70 double beta_denominator = b_diff - (y_diff / ((double)x_diff)) * a_diff; in intersects()
78 double beta = (b2 - y2 - (y_diff / ((double)x_diff)) * (a2 - x2)) in intersects()
/third_party/ffmpeg/libavcodec/
Dnotchlc.c250 unsigned y_diff = y_max - y_min; in decode_blocks() local
263 …dsty[x + i * ylinesize + 0] = av_clip_uintp2(y_min + ((y_diff * get_bits(&bit, nb_bits) + add) / d… in decode_blocks()
264 …dsty[x + i * ylinesize + 1] = av_clip_uintp2(y_min + ((y_diff * get_bits(&bit, nb_bits) + add) / d… in decode_blocks()
265 …dsty[x + i * ylinesize + 2] = av_clip_uintp2(y_min + ((y_diff * get_bits(&bit, nb_bits) + add) / d… in decode_blocks()
266 …dsty[x + i * ylinesize + 3] = av_clip_uintp2(y_min + ((y_diff * get_bits(&bit, nb_bits) + add) / d… in decode_blocks()
/third_party/skia/third_party/externals/freetype/src/sdf/
Dftbsdf.c648 FT_Int x_diff, y_diff; in bsdf_init_distance_map() local
700 y_diff = worker->rows - (int)source->rows; in bsdf_init_distance_map()
703 y_diff /= 2; in bsdf_init_distance_map()
739 s_j = t_j - y_diff; in bsdf_init_distance_map()
786 s_j = t_j - y_diff; in bsdf_init_distance_map()
/third_party/ffmpeg/doc/
Dsnow.txt102 mvx_diff=mvy_diff=y_diff=cb_diff=cr_diff=0
113 y_diff s block_state[32]
397 the used luma and chroma is the sum of the predictor and y_diff, cb_diff, cr_diff
399 block[y][x].dc[0] = block[y][x-1].dc[0] + y_diff;