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

  /external/libvpx/libvpx/vp9/common/
vp9_scan.h 43 PLANE_TYPE type, int block_idx) {
49 const PREDICTION_MODE mode = get_y_mode(mi, block_idx);
vp9_mvref_common.h 225 int search_col, int block_idx) {
226 return block_idx >= 0 && candidate->sb_type < BLOCK_8X8
228 ->bmi[idx_n_column_to_subblock[block_idx][search_col == 0]]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/applications/
inception_resnet_v2.py 110 def inception_resnet_block(x, scale, block_type, block_idx, activation='relu'):
129 block_idx: an `int` used for generating layer names. The Inception-ResNet
131 are repeated many times in this network. We use `block_idx` to
135 will have `block_type='block35', block_idx=0`, ane the layer names
174 block_name = block_type + '_' + str(block_idx)
304 for block_idx in range(1, 11):
306 x, scale=0.17, block_type='block35', block_idx=block_idx)
318 for block_idx in range(1, 21):
320 x, scale=0.1, block_type='block17', block_idx=block_idx
    [all...]
  /external/brotli/c/enc/
block_splitter_inc.h 227 size_t block_idx = 0;
229 assert(block_idx < num_blocks);
230 ++block_lengths[block_idx];
232 ++block_idx;
235 assert(block_idx == num_blocks);
337 size_t block_idx = 0;
344 split->types[block_idx] = id;
345 split->lengths[block_idx] = cur_length;
348 ++block_idx;
351 split->num_blocks = block_idx;
    [all...]
  /external/libvpx/libvpx/test/
sad_test.cc 115 uint8_t *GetReference(int block_idx) const {
119 block_idx * kDataBlockSize);
122 return reference_data_ + block_idx * kDataBlockSize;
127 uint32_t ReferenceSAD(int block_idx) const {
129 const uint8_t *const reference8 = GetReference(block_idx);
133 CONVERT_TO_SHORTPTR(GetReference(block_idx));
155 unsigned int ReferenceSADavg(int block_idx) const {
157 const uint8_t *const reference8 = GetReference(block_idx);
162 CONVERT_TO_SHORTPTR(GetReference(block_idx));
272 unsigned int SAD(int block_idx) const
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
error_concealment.c 346 static void assign_neighbor(EC_BLOCK *neighbor, MODE_INFO *mi, int block_idx) {
349 neighbor->mv = mi->bmi[block_idx].mv.as_mv;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_schedule_instructions.cpp 517 int block_idx; member in class:instruction_scheduler
716 if (!BITSET_TEST(livein[block_idx], inst->dst.nr) &&
726 !BITSET_TEST(liveout[block_idx], inst->src[i].nr) &&
734 if (!BITSET_TEST(hw_liveout[block_idx], reg) &&
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 206 int block_idx = (idy << 1) + idx; local
211 x->bsse[(i << 2) + block_idx] = sse;
214 x->skip_txfm[(i << 2) + block_idx] = SKIP_TXFM_NONE;
218 x->skip_txfm[(i << 2) + block_idx] = SKIP_TXFM_AC_ONLY;
222 x->skip_txfm[(i << 2) + block_idx] = SKIP_TXFM_AC_DC;
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 7164 int block_idx = i \/ block_buf_count; local
    [all...]

Completed in 606 milliseconds