Searched refs:input_height (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
D | xvmc_bench.c | 54 unsigned int input_height; member 70 config->input_height = DEFAULT_INPUT_HEIGHT; in ParseArgs() 86 if (sscanf(argv[++i], "%u", &config->input_height) != 1) in ParseArgs() 168 config->output_height = config->input_height; in ParseArgs() 198 mbh = align(config.input_height, MACROBLOCK_HEIGHT) / MACROBLOCK_HEIGHT; in main() 206 config.input_height, in main() 229 …ontext(display, port_num, surface_type_id, config.input_width, config.input_height, XVMC_DIRECT, &… in main() 269 …assert(XvMCPutSurface(display, &surface, window, 0, 0, config.input_width, config.input_height, 0,… in main() 278 …printf("Input: %u,%u\nOutput: %u,%u\n", config.input_width, config.input_height, config.output_wid… in main()
|
/external/opencv/ml/src/ |
D | mlcnn.cpp | 129 if( img_size != first_layer->input_height*first_layer->input_width ) \ 228 const int img_height = first_layer->input_height; 341 img_height = first_layer->input_height; 514 if( layer->input_height != 1 || layer->output_height != 1 || 521 prev_layer->output_height != layer->input_height || 575 int n_input_planes, int input_height, int input_width, 589 input_height < 1 || input_width < 1 || 591 input_height < output_height || 608 layer->input_height = input_height; 632 int n_input_planes, int input_height, int input_width, [all …]
|
/external/libvpx/libvpx/test/ |
D | pp_filter_test.cc | 46 const int input_height = block_height + 4; in TEST_P() local 48 const int input_size = input_width * input_height; in TEST_P()
|
/external/webrtc/webrtc/modules/video_coding/utility/ |
D | quality_scaler_unittest.cc | 107 int input_height, 368 int input_height, in DownscaleEndsAt() argument 373 input_frame_.CreateEmptyFrame(input_width, input_height, input_width, in DownscaleEndsAt() 377 int last_height = input_height; in DownscaleEndsAt()
|
/external/opencv/ml/include/ |
D | ml.h | 1301 int input_height; \ 1408 int n_input_planes, int input_height, int input_width, 1414 int n_input_planes, int input_height, int input_width,
|