Searched defs:endx (Results 1 - 12 of 12) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_nlmeans_init.h | 74 compute_weights_line_c(const uint32_t *const iia, const uint32_t *const iib, const uint32_t *const iid, const uint32_t *const iie, const uint8_t *const src, float *total_weight, float *sum, const float *const weight_lut, int max_meaningful_diff, int startx, int endx) compute_weights_line_c() argument
|
H A D | vf_yaepblur.c | 141 const int endx = width * (jobnr + 1) / nb_jobs; in pre_calculate_col() local
|
H A D | vf_nlmeans.c | 283 int endx, endy; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | libx265.c | 473 int startx, endx, starty, endy; in libx265_encode_set_roi() local
|
H A D | mss2.c | 185 int x, y, endx, endy, t; in decode_555() local
|
H A D | error_resilience.c | 822 ff_er_add_slice(ERContext *s, int startx, int starty, int endx, int endy, int status) ff_er_add_slice() argument
|
H A D | libx264.c | 431 int startx, endx, starty, endy; in X264_frame() local
|
H A D | libvpxenc.c | 1477 int starty, endy, startx, endx; in set_roi_map() local
|
H A D | h264_slice.c | 2670 er_add_slice(H264SliceContext *sl, int startx, int starty, int endx, int endy, int status) er_add_slice() argument
|
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_template.c | 3507 int endx = FFMIN(width, x+32); in postProcess() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cComputeShaderTests.cpp | 311 int endx = int(static_cast<float>(width) - 2 * ((static_cast<float>(width) * 0.1f) + 1) - 1); in ValidateReadBufferCenteredQuad() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cComputeShaderTests.cpp | 312 int endx = int((float)width - 2 * (((float)width * 0.1f) + 1) - 1); in ValidateReadBufferCenteredQuad() local
|
Completed in 37 milliseconds