/external/libvpx/libvpx/test/ |
D | vp9_encoder_parms_get_to_decoder.cc | 36 int32_t tile_rows; member 83 encoder->Control(VP9E_SET_TILE_ROWS, encode_parms.tile_rows); in PreEncodeFrameHook() 127 EXPECT_EQ(encode_parms.tile_rows, common->log2_tile_rows); in HandleDecodeResult()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1411 int tile_cols, int tile_rows, in get_tile_buffers() argument 1415 for (r = 0; r < tile_rows; ++r) { in get_tile_buffers() 1417 const int is_last = (r == tile_rows - 1) && (c == tile_cols - 1); in get_tile_buffers() 1433 const int tile_rows = 1 << cm->log2_tile_rows; in decode_tiles() local 1458 assert(tile_rows <= 4); in decode_tiles() 1471 get_tile_buffers(pbi, data, data_end, tile_cols, tile_rows, tile_buffers); in decode_tiles() 1474 (tile_cols * tile_rows) != pbi->total_tiles) { in decode_tiles() 1479 vpx_memalign(32, tile_cols * tile_rows * (sizeof(*pbi->tile_data)))); in decode_tiles() 1480 pbi->total_tiles = tile_rows * tile_cols; in decode_tiles() 1484 for (tile_row = 0; tile_row < tile_rows; ++tile_row) { in decode_tiles() [all …]
|
/external/skia/bench/ |
D | tile_analyze.py | 144 [tile_cols, tile_rows] = [int(i) for i in layout.split('x')] 149 truncated_tile_rows = min(tile_rows, MAX_TILE_ROWS)
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ethread.c | 39 const int tile_rows = 1 << cm->log2_tile_rows; in enc_worker_hook() local 44 for (t = thread_data->start; t < tile_rows * tile_cols; in enc_worker_hook()
|
D | vp9_bitstream.c | 935 const int tile_rows = 1 << cm->log2_tile_rows; in encode_tiles() local 940 for (tile_row = 0; tile_row < tile_rows; tile_row++) { in encode_tiles() 948 if (tile_col < tile_cols - 1 || tile_row < tile_rows - 1) in encode_tiles() 957 if (tile_col < tile_cols - 1 || tile_row < tile_rows - 1) { in encode_tiles()
|
D | vp9_encoder.h | 224 int tile_rows; member
|
D | vp9_encodeframe.c | 3785 const int tile_rows = 1 << cm->log2_tile_rows; in vp9_init_tile_data() local 3790 if (cpi->tile_data == NULL || cpi->allocated_tiles < tile_cols * tile_rows) { in vp9_init_tile_data() 3794 vpx_malloc(tile_cols * tile_rows * sizeof(*cpi->tile_data))); in vp9_init_tile_data() 3795 cpi->allocated_tiles = tile_cols * tile_rows; in vp9_init_tile_data() 3797 for (tile_row = 0; tile_row < tile_rows; ++tile_row) in vp9_init_tile_data() 3811 for (tile_row = 0; tile_row < tile_rows; ++tile_row) { in vp9_init_tile_data() 3850 const int tile_rows = 1 << cm->log2_tile_rows; in encode_tiles() local 3855 for (tile_row = 0; tile_row < tile_rows; ++tile_row) in encode_tiles()
|
D | vp9_encoder.c | 729 cm->log2_tile_rows = cpi->oxcf.tile_rows; in set_tile_limits()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 31 unsigned int tile_rows; member 247 RANGE_CHECK(extra_cfg, tile_rows, 0, 2); in validate_config() 488 oxcf->tile_rows = extra_cfg->tile_rows; in set_encoder_config() 671 extra_cfg.tile_rows = CAST(VP9E_SET_TILE_ROWS, args); in ctrl_set_tile_rows()
|
/external/ImageMagick/coders/ |
D | pcd.c | 941 const size_t tile_columns,const size_t tile_rows,ExceptionInfo *exception) in WritePCDTile() argument 1010 if ((tile_image->columns != tile_columns) || (tile_image->rows != tile_rows)) in WritePCDTile() 1015 resize_image=ResizeImage(tile_image,tile_columns,tile_rows, in WritePCDTile()
|
D | tiff.c | 2778 tile_rows; in GetTIFFInfo() local 2789 tile_rows=(uint32) tiff_info->tile_geometry.height; in GetTIFFInfo() 2790 TIFFDefaultTileSize(tiff,&tile_columns,&tile_rows); in GetTIFFInfo() 2792 (void) TIFFSetField(tiff,TIFFTAG_TILELENGTH,tile_rows); in GetTIFFInfo() 2794 tiff_info->tile_geometry.height=tile_rows; in GetTIFFInfo() 2796 tile_rows*TIFFScanlineSize(tiff),sizeof(*tiff_info->scanlines)); in GetTIFFInfo() 2798 tile_rows*TIFFTileSize(tiff),sizeof(*tiff_info->scanlines)); in GetTIFFInfo()
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 382 static const arg_def_t tile_rows = ARG_DEF( variable 451 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type, 477 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,
|