Home
last modified time | relevance | path

Searched refs:prev_x (Results 1 - 7 of 7) sorted by relevance

/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()
551 if ((uint8_t)green_to_red == prev_x.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()
604 if ((uint8_t)green_to_blue == prev_x.green_to_blue_) { in GetPredictionCostCrossColorBlue()
610 if ((uint8_t)red_to_blue == prev_x.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_ 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/ffmpeg/libavfilter/
H A Davf_avectorscope.c71 unsigned prev_x, prev_y; member
245 s->prev_x = s->hw = s->w / 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()
387 prev_x = x; in filter_frame()
391 s->prev_x = x, s->prev_y = y; in filter_frame()
/third_party/mesa3d/src/imgui/
H A Dimstb_textedit.h400 float base_y = 0, prev_x; in stb_text_locate_coord() local
434 prev_x = r.x0; in stb_text_locate_coord()
437 if (x < prev_x+w) { in stb_text_locate_coord()
438 if (x < prev_x+w/2) in stb_text_locate_coord()
443 prev_x += w; in stb_text_locate_coord()
/third_party/skia/third_party/externals/imgui/
H A Dimstb_textedit.h402 float base_y = 0, prev_x; in stb_text_locate_coord() local
436 prev_x = r.x0; in stb_text_locate_coord()
439 if (x < prev_x+w) { in stb_text_locate_coord()
440 if (x < prev_x+w/2) in stb_text_locate_coord()
445 prev_x += w; in stb_text_locate_coord()
/third_party/ffmpeg/libavcodec/
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
610 prev_x = s->cur_pic.motion_val[0][mot_index][0]; in guess_mv()
615 mv_predictor[pred_count][0] = prev_x; in guess_mv()
682 if (s->mv[0][0][0] != prev_x || s->mv[0][0][1] != prev_y) { in guess_mv()
/third_party/glfw/deps/
H A Dnuklear.h21758 float base_y = 0, prev_x; in nk_textedit_locate_coord() local
21793 prev_x = r.x0; in nk_textedit_locate_coord()
21796 if (x < prev_x+w) { in nk_textedit_locate_coord()
21797 if (x < prev_x+w/2) in nk_textedit_locate_coord()
21801 prev_x += w; in nk_textedit_locate_coord()

Completed in 51 milliseconds