Home
last modified time | relevance | path

Searched refs:prev_y (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Davf_showwaves.c93 int16_t *prev_y, const uint8_t color[4], int h);
226 int16_t *prev_y, in draw_sample_point_rgba_scale()
238 int16_t *prev_y, in draw_sample_point_rgba_full()
250 int16_t *prev_y, in draw_sample_line_rgba_scale()
267 int16_t *prev_y, in draw_sample_line_rgba_full()
284 int16_t *prev_y, in draw_sample_p2p_rgba_scale()
293 if (*prev_y && h != *prev_y) { in draw_sample_p2p_rgba_scale()
294 int start = *prev_y; in draw_sample_p2p_rgba_scale()
306 *prev_y in draw_sample_p2p_rgba_scale()
225 draw_sample_point_rgba_scale(uint8_t *buf, int height, int linesize, int16_t *prev_y, const uint8_t color[4], int h) draw_sample_point_rgba_scale() argument
237 draw_sample_point_rgba_full(uint8_t *buf, int height, int linesize, int16_t *prev_y, const uint8_t color[4], int h) draw_sample_point_rgba_full() argument
249 draw_sample_line_rgba_scale(uint8_t *buf, int height, int linesize, int16_t *prev_y, const uint8_t color[4], int h) draw_sample_line_rgba_scale() argument
266 draw_sample_line_rgba_full(uint8_t *buf, int height, int linesize, int16_t *prev_y, const uint8_t color[4], int h) draw_sample_line_rgba_full() argument
283 draw_sample_p2p_rgba_scale(uint8_t *buf, int height, int linesize, int16_t *prev_y, const uint8_t color[4], int h) draw_sample_p2p_rgba_scale() argument
309 draw_sample_p2p_rgba_full(uint8_t *buf, int height, int linesize, int16_t *prev_y, const uint8_t color[4], int h) draw_sample_p2p_rgba_full() argument
335 draw_sample_cline_rgba_scale(uint8_t *buf, int height, int linesize, int16_t *prev_y, const uint8_t color[4], int h) draw_sample_cline_rgba_scale() argument
349 draw_sample_cline_rgba_full(uint8_t *buf, int height, int linesize, int16_t *prev_y, const uint8_t color[4], int h) draw_sample_cline_rgba_full() argument
364 draw_sample_point_gray(uint8_t *buf, int height, int linesize, int16_t *prev_y, const uint8_t color[4], int h) draw_sample_point_gray() argument
372 draw_sample_line_gray(uint8_t *buf, int height, int linesize, int16_t *prev_y, const uint8_t color[4], int h) draw_sample_line_gray() argument
385 draw_sample_p2p_gray(uint8_t *buf, int height, int linesize, int16_t *prev_y, const uint8_t color[4], int h) draw_sample_p2p_gray() argument
404 draw_sample_cline_gray(uint8_t *buf, int height, int linesize, int16_t *prev_y, const uint8_t color[4], int h) draw_sample_cline_gray() argument
[all...]
H A Df_drawgraph.c49 int prev_y[4]; member
298 s->prev_y[i] = y; in filter_frame()
307 if (y <= s->prev_y[i]) { in filter_frame()
308 for (j = y; j <= s->prev_y[i]; j++) in filter_frame()
311 for (j = s->prev_y[i]; j <= y; j++) in filter_frame()
314 s->prev_y[i] = y; in filter_frame()
394 s->prev_y[i] = y; in request_frame()
397 if (y <= s->prev_y[i]) { in request_frame()
398 for (j = y; j <= s->prev_y[i]; j++) in request_frame()
401 for (j = s->prev_y[ in request_frame()
[all...]
H A Davf_avectorscope.c71 unsigned prev_x, prev_y; member
246 s->prev_y = s->hh = s->mode == POLAR ? s->h - 1 : s->h / 2; in config_output()
260 unsigned prev_x = s->prev_x, prev_y = s->prev_y; in filter_frame() local
385 draw_line(s, x, y, prev_x, prev_y); in filter_frame()
388 prev_y = y; in filter_frame()
391 s->prev_x = x, s->prev_y = y; in filter_frame()
H A Davf_showfreqs.c295 double a, int f, uint8_t fg[4], int *prev_y, in plot_freq()
349 if (*prev_y == -1) { in plot_freq()
350 *prev_y = y; in plot_freq()
352 if (y <= *prev_y) { in plot_freq()
355 for (i = y; i <= *prev_y; i++) in plot_freq()
358 for (i = *prev_y; i <= y; i++) in plot_freq()
363 *prev_y = y; in plot_freq()
434 int prev_y = -1, f; in plot_freqs() local
449 plot_freq(s, ch, a, f, fg, &prev_y, out, outlink); in plot_freqs()
456 plot_freq(s, ch, a, f, fg, &prev_y, ou in plot_freqs()
294 plot_freq(ShowFreqsContext *s, int ch, double a, int f, uint8_t fg[4], int *prev_y, AVFrame *out, AVFilterLink *outlink) plot_freq() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpredictor_enc.c542 VP8LMultipliers prev_x, VP8LMultipliers prev_y, int green_to_red, in GetPredictionCostCrossColorRed()
554 if ((uint8_t)green_to_red == prev_y.green_to_red_) { in GetPredictionCostCrossColorRed()
565 VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, in GetBestGreenToRed()
571 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed()
582 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed()
595 VP8LMultipliers prev_x, VP8LMultipliers prev_y, in GetPredictionCostCrossColorBlue()
607 if ((uint8_t)green_to_blue == prev_y.green_to_blue_) { in GetPredictionCostCrossColorBlue()
613 if ((uint8_t)red_to_blue == prev_y.red_to_blue_) { in GetPredictionCostCrossColorBlue()
629 VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, in GetBestGreenRedToBlue()
642 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenRedToBlue()
540 GetPredictionCostCrossColorRed( const uint32_t* argb, int stride, int tile_width, int tile_height, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int green_to_red, const int accumulated_red_histo[256]) GetPredictionCostCrossColorRed() argument
563 GetBestGreenToRed( const uint32_t* argb, int stride, int tile_width, int tile_height, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) GetBestGreenToRed() argument
593 GetPredictionCostCrossColorBlue( const uint32_t* argb, int stride, int tile_width, int tile_height, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int green_to_blue, int red_to_blue, const int accumulated_blue_histo[256]) GetPredictionCostCrossColorBlue() argument
627 GetBestGreenRedToBlue( const uint32_t* argb, int stride, int tile_width, int tile_height, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, const int accumulated_blue_histo[256], VP8LMultipliers* const best_tx) GetBestGreenRedToBlue() argument
675 GetBestColorTransformForTile( int tile_x, int tile_y, int bits, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, int xsize, int ysize, const int accumulated_red_histo[256], const int accumulated_blue_histo[256], const uint32_t* const argb) GetBestColorTransformForTile() argument
725 VP8LMultipliers prev_x, prev_y; VP8LColorSpaceTransform() local
[all...]
/third_party/skia/tests/
H A DCubicMapTest.cpp44 SkScalar prev_y = 0; in exercise_cubicmap() local
49 if (!nearly_le(prev_y, y)) { in exercise_cubicmap()
53 prev_y = y; in exercise_cubicmap()
/third_party/ffmpeg/libavcodec/
H A Dwnv1.c63 int prev_y = 0, prev_u = 0, prev_v = 0; in decode_frame() local
100 Y[i * 2] = wnv1_get_code(&gb, shift, prev_y); in decode_frame()
102 prev_y = Y[(i * 2) + 1] = wnv1_get_code(&gb, shift, Y[i * 2]); in decode_frame()
H A Dh263dec.c654 int prev_x = s->mb_x, prev_y = s->mb_y; in ff_h263_decode_frame() local
657 if (prev_y * s->mb_width + prev_x < s->mb_y * s->mb_width + s->mb_x) in ff_h263_decode_frame()
H A Derror_resilience.c491 int prev_x, prev_y, prev_ref; in guess_mv() local
611 prev_y = s->cur_pic.motion_val[0][mot_index][1]; in guess_mv()
616 mv_predictor[pred_count][1] = prev_y; in guess_mv()
682 if (s->mv[0][0][0] != prev_x || s->mv[0][0][1] != prev_y) { in guess_mv()

Completed in 9 milliseconds