Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DCubicMapTest.cpp44 SkScalar prev_y = 0; in exercise_cubicmap() local
/third_party/ffmpeg/libavcodec/
H A Dwnv1.c63 int prev_y = 0, prev_u = 0, prev_v = 0; in decode_frame() local
H A Dh263dec.c654 int prev_x = s->mb_x, prev_y = s->mb_y; in ff_h263_decode_frame() local
H A Derror_resilience.c491 int prev_x, prev_y, prev_ref; in guess_mv() local
/third_party/ffmpeg/libavfilter/
H A Df_drawgraph.c49 int prev_y[4]; member
[all...]
H A Davf_showfreqs.c434 int prev_y = -1, f; in plot_freqs() local
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...]
H A Davf_avectorscope.c71 unsigned prev_x, prev_y; member
260 unsigned prev_x = s->prev_x, prev_y = s->prev_y; in filter_frame() local
H A Davf_showwaves.c225 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...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpredictor_enc.c540 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...]

Completed in 9 milliseconds