Home
last modified time | relevance | path

Searched defs:endx (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_nlmeans_init.h74 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 Dvf_yaepblur.c141 const int endx = width * (jobnr + 1) / nb_jobs; in pre_calculate_col() local
H A Dvf_nlmeans.c283 int endx, endy; member
/third_party/ffmpeg/libavcodec/
H A Dlibx265.c473 int startx, endx, starty, endy; in libx265_encode_set_roi() local
H A Dmss2.c185 int x, y, endx, endy, t; in decode_555() local
H A Derror_resilience.c822 ff_er_add_slice(ERContext *s, int startx, int starty, int endx, int endy, int status) ff_er_add_slice() argument
H A Dlibx264.c431 int startx, endx, starty, endy; in X264_frame() local
H A Dlibvpxenc.c1477 int starty, endy, startx, endx; in set_roi_map() local
H A Dh264_slice.c2670 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 Dpostprocess_template.c3507 int endx = FFMIN(width, x+32); in postProcess() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cComputeShaderTests.cpp311 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 Dgl4cComputeShaderTests.cpp312 int endx = int((float)width - 2 * (((float)width * 0.1f) + 1) - 1); in ValidateReadBufferCenteredQuad() local

Completed in 37 milliseconds