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

  /external/libvpx/libvpx/vp9/encoder/
vp9_multi_thread.h 26 int tile_cols, int num_workers);
36 int tile_cols);
vp9_multi_thread.c 57 const int tile_cols = 1 << cm->log2_tile_cols; local
64 total_jobs = jobs_per_tile_col * tile_cols;
66 multi_thread_ctxt->allocated_tile_cols = tile_cols;
75 for (tile_col = 0; tile_col < tile_cols; tile_col++) {
82 for (tile_col = 0; tile_col < tile_cols; tile_col++) {
99 for (tile_col = 0; tile_col < tile_cols; tile_col++) {
100 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col];
108 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols];
162 const int tile_cols = 1 << cm->log2_tile_cols; local
166 for (i = 0; i < tile_cols; i++)
221 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
vp9_ethread.c 41 const int tile_cols = 1 << cm->log2_tile_cols; local
47 for (t = thread_data->start; t < tile_rows * tile_cols;
49 int tile_row = t / tile_cols;
50 int tile_col = t % tile_cols;
166 const int tile_cols = 1 << cm->log2_tile_cols; local
167 const int num_workers = VPXMIN(cpi->oxcf.max_threads, tile_cols);
386 const int tile_cols = 1 << cm->log2_tile_cols; local
407 tile_cols);
412 this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col];
427 const int tile_cols = 1 << cm->log2_tile_cols local
476 const int tile_cols = 1 << cm->log2_tile_cols; local
513 const int tile_cols = 1 << cm->log2_tile_cols; local
553 const int tile_cols = 1 << cm->log2_tile_cols; local
584 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
vp9_bitstream.c 964 const int tile_cols = 1 << cm->log2_tile_cols; local
1045 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
vp9_temporal_filter.c 582 const int tile_cols = 1 << cm->log2_tile_cols; local
584 &cpi->tile_data[tile_row * tile_cols + tile_col].tile_info;
599 const int tile_cols = 1 << cm->log2_tile_cols; local
612 for (tile_col = 0; tile_col < tile_cols; ++tile_col) {
vp9_encoder.h 818 const int tile_cols = 1 << cm->log2_tile_cols; local
819 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col];
vp9_encodeframe.c 4348 const int tile_cols = 1 << cm->log2_tile_cols; local
4399 const int tile_cols = 1 << cm->log2_tile_cols; local
4429 const int tile_cols = 1 << cm->log2_tile_cols; local
4442 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
  /external/libvpx/libvpx/test/
vp9_encoder_parms_get_to_decoder.cc 37 int32_t tile_cols; member in struct:__anon24404::EncodeParameters
84 encoder->Control(VP9E_SET_TILE_COLUMNS, encode_parms.tile_cols);
127 EXPECT_EQ(encode_parms.tile_cols, common->log2_tile_cols);
vpxenc.sh 275 for tile_cols in ${num_tile_cols}; do
279 --tile-columns=${tile_cols} \
303 for tile_cols in ${num_tile_cols}; do
307 --tile-columns=${tile_cols} \
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1376 const int tile_cols = 1 << cm->log2_tile_cols; local
1565 const int tile_cols = 1 << cm->log2_tile_cols; local
2056 const int tile_cols = 1 << cm->log2_tile_cols; local
    [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/common/
vp9_thread_common.c 161 const int tile_cols = 1 << cm->log2_tile_cols; local
162 const int num_workers = VPXMIN(nworkers, tile_cols);
  /external/libvpx/libvpx/
vpxenc.c 403 static const arg_def_t tile_cols = variable
484 &tile_cols,
    [all...]

Completed in 167 milliseconds