Searched refs:new_height (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_backend_native_layer_pad.c | 95 int new_height = height + params->paddings[1][0] + params->paddings[1][1]; in ff_dnn_execute_layer_pad() local 105 int new_hwc_stride = new_wc_stride * new_height; in ff_dnn_execute_layer_pad() 109 output_operand->dims[1] = new_height; in ff_dnn_execute_layer_pad() 205 for (int h = 0; h < new_height; h++) { in ff_dnn_execute_layer_pad() 239 for (int h = 0; h < new_height; h++) { in ff_dnn_execute_layer_pad()
|
/third_party/glfw/examples/ |
H A D | heightmap.c | 328 GLfloat new_height = disp + (float) (cos(pd*3.14f)*disp); in update_map() local 329 map_vertices[1][ii] += new_height; in update_map()
|
/third_party/ffmpeg/libavdevice/ |
H A D | opengl_enc.c | 846 int new_width, new_height; in opengl_configure_texture() local 847 opengl_get_texture_size(opengl, width, height, &new_width, &new_height); in opengl_configure_texture() 853 glTexImage2D(GL_TEXTURE_2D, 0, opengl->format, new_width, new_height, 0, in opengl_configure_texture()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_deshake_opencl.c | 997 float new_width, new_height, adjusted_width, adjusted_height, adjusted_x, adjusted_y; in update_needed_crop() local 1037 new_height = crop->bottom_right.s[1] - crop->top_left.s[1]; in update_needed_crop() 1040 adjusted_width = new_height * ar_w; in update_needed_crop()
|
/third_party/ffmpeg/fftools/ |
H A D | ffplay.c | 825 static int realloc_texture(SDL_Texture **texture, Uint32 new_format, int new_width, int new_height, SDL_BlendMode blendmode, int init_texture) in realloc_texture() argument 829 if (!*texture || SDL_QueryTexture(*texture, &format, &access, &w, &h) < 0 || new_width != w || new_height != h || new_format != format) { in realloc_texture() 834 if (!(*texture = SDL_CreateTexture(renderer, new_format, SDL_TEXTUREACCESS_STREAMING, new_width, new_height))) in realloc_texture() 841 memset(pixels, 0, pitch * new_height); in realloc_texture() 844 av_log(NULL, AV_LOG_VERBOSE, "Created %dx%d texture with %s.\n", new_width, new_height, SDL_GetPixelFormatName(new_format)); in realloc_texture()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | transupp.c | 1876 JDIMENSION new_height) in adjust_exif_parameters() 1995 new_value = new_height; /* ExifImageHeight Tag */ in adjust_exif_parameters() 1875 adjust_exif_parameters(JOCTET *data, unsigned int length, JDIMENSION new_width, JDIMENSION new_height) adjust_exif_parameters() argument
|
Completed in 16 milliseconds