HomeSort by relevance Sort by last modified time
    Searched refs:tile_rows (Results 1 - 14 of 14) sorted by null

  /external/libvpx/libvpx/test/
vp9_encoder_parms_get_to_decoder.cc 36 int32_t tile_rows; member in struct:__anon24615::EncodeParameters
83 encoder->Control(VP9E_SET_TILE_ROWS, encode_parms.tile_rows);
128 EXPECT_EQ(encode_parms.tile_rows, common->log2_tile_rows);
  /external/libvpx/libvpx/vp9/encoder/
vp9_multi_thread.c 58 const int tile_rows = 1 << cm->log2_tile_rows; local
67 multi_thread_ctxt->allocated_tile_rows = tile_rows;
98 for (tile_row = 1; tile_row < tile_rows; tile_row++) {
107 for (tile_row = 0; tile_row < tile_rows; tile_row++) {
vp9_ethread.c 42 const int tile_rows = 1 << cm->log2_tile_rows; local
47 for (t = thread_data->start; t < tile_rows * tile_cols;
428 const int tile_rows = 1 << cm->log2_tile_rows; local
435 multi_thread_ctxt->allocated_tile_rows < tile_rows ||
514 const int tile_rows = 1 << cm->log2_tile_rows; local
520 multi_thread_ctxt->allocated_tile_rows < tile_rows ||
585 const int tile_rows = 1 << cm->log2_tile_rows; local
591 multi_thread_ctxt->allocated_tile_rows < tile_rows ||
vp9_bitstream.c 1046 const int tile_rows = 1 << cm->log2_tile_rows; local
    [all...]
vp9_temporal_filter.c 600 const int tile_rows = 1 << cm->log2_tile_rows; local
611 for (tile_row = 0; tile_row < tile_rows; ++tile_row) {
vp9_encoder.h 247 int tile_rows; member in struct:VP9EncoderConfig
vp9_encodeframe.c 4349 const int tile_rows = 1 << cm->log2_tile_rows; local
4443 const int tile_rows = 1 << cm->log2_tile_rows; local
    [all...]
vp9_encoder.c     [all...]
  /cts/apps/CameraITS/tests/dng_noise_model/
dng_noise_model.py 34 tile_rows, tile_cols = a.shape[0]/tile_size, a.shape[1]/tile_size
35 a = a.reshape([tile_rows, tile_size, tile_cols, tile_size])
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1377 const int tile_rows = 1 << cm->log2_tile_rows; local
1566 const int tile_rows = 1 << cm->log2_tile_rows; local
2055 const int tile_rows = 1 << cm->log2_tile_rows; local
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 32 unsigned int tile_rows; member in struct:vp9_extracfg
65 0, // tile_rows
258 RANGE_CHECK(extra_cfg, tile_rows, 0, 2);
539 // threaded encoding. For now, tile_rows is forced to be 0 in this case.
544 oxcf->tile_rows = 0;
546 oxcf->tile_rows = extra_cfg->tile_rows;
735 extra_cfg.tile_rows = CAST(VP9E_SET_TILE_ROWS, args);
    [all...]
  /external/ImageMagick/coders/
pcd.c 949 const size_t tile_columns,const size_t tile_rows,ExceptionInfo *exception)
1018 if ((tile_image->columns != tile_columns) || (tile_image->rows != tile_rows))
1023 resize_image=ResizeImage(tile_image,tile_columns,tile_rows,
    [all...]
tiff.c 2778 tile_rows; local
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 405 static const arg_def_t tile_rows = variable
485 &tile_rows,
    [all...]

Completed in 914 milliseconds