Home
last modified time | relevance | path

Searched refs:input_layer_width (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libaom/aom_dsp/
H A Dpyramid.c321 const int input_layer_width = this_width << 1; in fill_pyramid() local
343 if (should_resize_by_half(input_layer_height, input_layer_width, in fill_pyramid()
345 assert(input_layer_height % 2 == 0 && input_layer_width % 2 == 0 && in fill_pyramid()
348 prev_buffer, input_layer_height, input_layer_width, prev_stride, in fill_pyramid()
352 input_layer_width, prev_stride, this_buffer, in fill_pyramid()