Searched defs:x_end (Results 1 – 11 of 11) sorted by relevance
| /third_party/ffmpeg/libavcodec/ |
| D | gif.c | 167 int x_end = w - 1, in gif_crop_translucent() local 245 int x_end = avctx->width - 1, in gif_crop_opaque() local
|
| D | hevc_filter.c | 495 int x_end, x_end2, y_end; in deblocking_filter_CTB() local 853 int x_end = x >= s->ps.sps->width - ctb_size; in ff_hevc_hls_filter() local 889 int x_end = x_ctb >= s->ps.sps->width - ctb_size; in ff_hevc_hls_filters() local
|
| D | vp9block.c | 1434 int x_end = FFMIN(s->cols - col, w4), y_end = FFMIN(s->rows - row, h4); in ff_vp9_decode_block() local
|
| D | h264_slice.c | 2950 int y_end, x_end; in ff_h264_execute_decode_slices() local
|
| D | hevcdec.c | 1310 int x_end = FFMIN(x0 + cb_size, s->ps.sps->width); in set_deblocking_bypass() local
|
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| D | predictor_enc.c | 236 int x_start, int x_end, int y, int max_quantization, int exact, in GetResidual() 460 int x_end = x + (1 << bits); in CopyImageWithPrediction() local
|
| /third_party/astc-encoder/Source/ |
| D | astcenc_image.cpp | 346 unsigned int x_end = astc::min(x_size, xpos + bsd.xdim); in store_image_block() local
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| D | lossless.c | 230 int x_end = (x & ~mask) + tile_width; in GENERATE_PREDICTOR_ADD() local
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_curves.c | 314 const int x_end = point->next->x * scale; in interpolate() local
|
| D | vf_paletteuse.c | 849 int x_end = cur_src->width - 1, in set_processing_window() local
|
| /third_party/skia/third_party/externals/libwebp/src/mux/ |
| D | anim_encode.c | 719 const int x_end = (rect->x_offset_ + rect->width_) & ~(block_size - 1); in FlattenSimilarBlocks() local
|