| /external/libaom/av1/encoder/ | 
| D | partition_search.c | 1575   const BLOCK_SIZE subsize = get_partition_subsize(bsize, partition);  in encode_sb()  local1761   const BLOCK_SIZE subsize = get_partition_subsize(bsize, partition);  in av1_rd_use_partition()  local
 2398   const BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT);  in try_split_partition()  local
 2480     const BLOCK_SIZE subsize = get_partition_subsize(bsize, partition);  in calc_do_split_flag()  local
 2533                       const PARTITION_TYPE partition, const BLOCK_SIZE subsize,  in try_merge()
 2671   BLOCK_SIZE subsize = get_partition_subsize(bsize, partition);  in direct_partition_merging()  local
 2893   BLOCK_SIZE subsize = get_partition_subsize(bsize, partition);  in av1_nonrd_use_partition()  local
 3041                            int mi_row, int mi_col, BLOCK_SIZE subsize,  in rd_try_subblock()
 3803   const int subsize = get_partition_subsize(bsize, partition_type);  in set_4_part_ctx_and_rdcost()  local
 4208   const BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT);  in split_partition_search()  local
 [all …]
 
 | 
| D | partition_strategy.c | 556     const BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT);  in simple_motion_search_prune_part_features()  local575     BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_HORZ);  in simple_motion_search_prune_part_features()  local
 990     const BLOCK_SIZE subsize = get_partition_subsize(bsize, part_type);  in get_min_bsize()  local
 1169   const BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT);  in av1_ml_prune_rect_partition()  local
 2477     const BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT);  in av1_prepare_motion_search_features_block()  local
 2489     const BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_HORZ);  in av1_prepare_motion_search_features_block()  local
 2501     const BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_VERT);  in av1_prepare_motion_search_features_block()  local
 
 | 
| D | mv_prec.c | 273   const BLOCK_SIZE subsize = get_partition_subsize(bsize, partition);  in collect_mv_stats_sb()  local
 | 
| D | var_based_part.c | 219       BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_VERT);  in set_vt_partitioning()  local234       BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_HORZ);  in set_vt_partitioning()  local
 
 | 
| D | encodeframe_utils.h | 145   BLOCK_SIZE subsize;  member
 | 
| D | encodeframe_utils.c | 702   const BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT);  in av1_is_leaf_split_partition()  local1079     BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT);  in av1_reset_simple_motion_tree_partition()  local
 
 | 
| D | bitstream.c | 1616   const BLOCK_SIZE subsize = get_partition_subsize(bsize, partition);  in write_modes_sb()  local
 | 
| D | tx_search.c | 384     const BLOCK_SIZE subsize = (BLOCK_SIZE)f_index;  in get_energy_distribution_fine()  local
 | 
| /external/speex/libspeexdsp/ | 
| D | kiss_fftr.c | 36     size_t subsize, memneeded;  in kiss_fftr_alloc()  local
 | 
| /external/libvpx/vp9/encoder/ | 
| D | vp9_encodeframe.c | 518       BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_VERT);  in set_vt_partitioning()  local531       BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_HORZ);  in set_vt_partitioning()  local
 903   BLOCK_SIZE subsize;  in copy_partitioning_helper()  local
 1077   BLOCK_SIZE subsize;  in update_partition_svc()  local
 1128   BLOCK_SIZE subsize;  in update_prev_partition_helper()  local
 2239   BLOCK_SIZE subsize = bsize;  in encode_sb()  local
 2579   BLOCK_SIZE subsize;  in encode_sb_rt()  local
 2652   BLOCK_SIZE subsize;  in rd_use_partition()  local
 3538       const BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_SPLIT);  in ml_predict_var_rd_paritioning()  local
 3974   BLOCK_SIZE subsize;  in rd_pick_partition()  local
 [all …]
 
 | 
| D | vp9_segmentation.c | 226     const BLOCK_SIZE subsize = subsize_lookup[PARTITION_SPLIT][bsize];  in count_segs_sb()  local
 | 
| D | vp9_bitstream.c | 436   BLOCK_SIZE subsize;  in write_modes_sb()  local
 | 
| /external/libvpx/vp9/common/ | 
| D | vp9_mfqe.c | 219   const BLOCK_SIZE subsize = get_subsize(bs, partition);  in mfqe_partition()  local
 | 
| D | vp9_onyxc_int.h | 436                                             int mi_col, BLOCK_SIZE subsize,  in update_partition_context()
 | 
| /external/libaom/av1/common/ | 
| D | av1_common_int.h | 1422                                             int mi_col, BLOCK_SIZE subsize,  in update_partition_context()1481                                                 int mi_col, BLOCK_SIZE subsize,  in update_ext_partition_context()
 1774   const BLOCK_SIZE subsize = mi[0]->bsize;  in get_partition()  local
 
 | 
| /external/libvpx/vp9/decoder/ | 
| D | vp9_decodeframe.c | 1134                                                 int mi_col, BLOCK_SIZE subsize,  in dec_update_partition_context()1179   BLOCK_SIZE subsize;  in decode_partition()  local
 1236   BLOCK_SIZE subsize;  in process_partition()  local
 
 | 
| /external/libaom/av1/decoder/ | 
| D | decodeframe.c | 1256   BLOCK_SIZE subsize;  in decode_partition()  local
 | 
| /external/python/cffi/c/ | 
| D | _cffi_backend.c | 1425         Py_ssize_t subsize = cf->cf_type->ct_size;  in convert_vfield_from_object()  local
 |