Searched defs:x_end (Results 1 - 14 of 14) sorted by relevance
| /third_party/ffmpeg/libavcodec/ |
| H A 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 [all...] |
| H A 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; ff_hevc_hls_filter() local 889 int x_end = x_ctb >= s->ps.sps->width - ctb_size; ff_hevc_hls_filters() local [all...] |
| H A 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
|
| H A D | h264_slice.c | 2950 int y_end, x_end; in ff_h264_execute_decode_slices() local
|
| H A D | hevcdec.c | 1311 int x_end = FFMIN(x0 + cb_size, s->ps.sps->width); in set_deblocking_bypass() local
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_image.cpp | 346 unsigned int x_end = astc::min(x_size, xpos + bsd.xdim); in store_image_block() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_curves.c | 314 const int x_end = point->next->x * scale; in interpolate() local
|
| H A D | vf_paletteuse.c | 849 int x_end = cur_src->width - 1, in set_processing_window() local [all...] |
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | lossless.c | 230 int x_end = (x & ~mask) + tile_width; in PredictorInverseTransform_C() local
|
| /device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
| H A D | mpp_iep2.c | 181 u32 x_end[8];
member
|
| /device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
| H A D | mpp_iep2.c | 191 u32 x_end[8]; member
|
| /third_party/backends/backend/ |
| H A D | canon_lide70-common.c | 2927 long x_end; in do_scan() local
|
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| H A D | predictor_enc.c | 460 int x_end = x + (1 << bits); in CopyImageWithPrediction() local 233 GetResidual( int width, int height, uint32_t* const upper_row, uint32_t* const current_row, const uint8_t* const max_diffs, int mode, int x_start, int x_end, int y, int max_quantization, int exact, int used_subtract_green, uint32_t* const out) GetResidual() argument
|
| /third_party/skia/third_party/externals/libwebp/src/mux/ |
| H A D | anim_encode.c | 719 const int x_end = (rect->x_offset_ + rect->width_) & ~(block_size - 1); in FlattenSimilarBlocks() local
|
Completed in 31 milliseconds