Searched refs:BLOCK_64X64 (Results 1 – 18 of 18) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 160 BLOCK_64X64); in get_rd_var_based_fixed_partition() 162 return BLOCK_64X64; in get_rd_var_based_fixed_partition() 318 case BLOCK_64X64: { in tree_to_node() 681 segment_id = get_segment_id(cm, map, BLOCK_64X64, mi_row, mi_col); in choose_partitioning() 689 set_offsets(cpi, tile, x, mi_row, mi_col, BLOCK_64X64); in choose_partitioning() 737 mbmi->sb_type = BLOCK_64X64; in choose_partitioning() 752 vp9_build_inter_predictors_sb(xd, mi_row, mi_col, BLOCK_64X64); in choose_partitioning() 775 const int block_width = num_8x8_blocks_wide_lookup[BLOCK_64X64]; in choose_partitioning() 776 const int block_height = num_8x8_blocks_high_lookup[BLOCK_64X64]; in choose_partitioning() 779 set_block_size(cpi, x, xd, mi_row, mi_col, BLOCK_64X64); in choose_partitioning() [all …]
|
D | vp9_aq_complexity.c | 119 const int bw = num_8x8_blocks_wide_lookup[BLOCK_64X64]; in vp9_caq_select_segment() 120 const int bh = num_8x8_blocks_high_lookup[BLOCK_64X64]; in vp9_caq_select_segment()
|
D | vp9_speed_features.c | 341 sf->inter_mode_mask[BLOCK_64X64] = INTER_NEAREST; in set_rt_speed_feature() 361 sf->inter_mode_mask[BLOCK_64X64] = INTER_NEAREST_NEW_ZERO; in set_rt_speed_feature() 481 sf->default_max_partition_size = BLOCK_64X64; in vp9_set_speed_features_framesize_independent() 509 sf->max_intra_bsize = BLOCK_64X64; in vp9_set_speed_features_framesize_independent()
|
D | vp9_context_tree.c | 18 BLOCK_64X64,
|
D | vp9_aq_cyclicrefresh.c | 433 VPXMIN(cm->mi_cols - mi_col, num_8x8_blocks_wide_lookup[BLOCK_64X64]); in cyclic_refresh_update_map() 435 VPXMIN(cm->mi_rows - mi_row, num_8x8_blocks_high_lookup[BLOCK_64X64]); in cyclic_refresh_update_map()
|
D | vp9_segmentation.c | 234 mi_row, mi_col, BLOCK_64X64); in vp9_choose_segmap_coding_method()
|
D | vp9_rd.c | 634 const BLOCK_SIZE max_size = VPXMIN(bsize + 2, BLOCK_64X64); in vp9_update_rd_thresh_fact()
|
D | vp9_encoder.c | 1077 HIGHBD_BFP(BLOCK_64X64, in MAKE_BFP_SADAVG_WRAPPER() 1209 HIGHBD_BFP(BLOCK_64X64, in MAKE_BFP_SADAVG_WRAPPER() 1341 HIGHBD_BFP(BLOCK_64X64, in MAKE_BFP_SADAVG_WRAPPER() 1876 BFP(BLOCK_64X64, vpx_sad64x64, vpx_sad64x64_avg, in vp9_create_compressor()
|
D | vp9_bitstream.c | 499 BLOCK_64X64); in write_modes()
|
D | vp9_ratectrl.c | 1964 const BLOCK_SIZE bsize = BLOCK_64X64; in vp9_avg_source_sad()
|
D | vp9_rdopt.c | 2277 if (cpi->sf.adaptive_motion_search && bsize < BLOCK_64X64) { in single_motion_search() 2279 2 * (b_width_log2_lookup[BLOCK_64X64] - in single_motion_search()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_common_data.c | 79 BLOCK_64X64, 138 {{BLOCK_64X64, BLOCK_64X32}, {BLOCK_32X64, BLOCK_32X32}},
|
D | vp9_mfqe.c | 85 } else if (block_size == BLOCK_64X64) { in apply_ifactor() 237 if (bs == BLOCK_64X64) { in mfqe_partition() 249 if (bs == BLOCK_64X64) { in mfqe_partition() 282 if (bs == BLOCK_64X64) { in mfqe_partition() 390 mfqe_partition(cm, mi, BLOCK_64X64, y, u, v, y_stride, uv_stride, yd, ud, in vp9_mfqe()
|
D | vp9_enums.h | 56 #define BLOCK_64X64 12 macro
|
D | vp9_loopfilter.c | 984 case BLOCK_64X64: in vp9_setup_mask()
|
/external/libvpx/libvpx/test/ |
D | vp9_denoiser_sse2_test.cc | 100 BLOCK_64X64));
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_denoiser_sse2.c | 366 bs == BLOCK_64X32 || bs == BLOCK_64X64) { in vp9_denoiser_filter_sse2()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1517 mi_col, &tile_data->bit_reader, BLOCK_64X64, 4); in decode_tiles() 1608 &tile_data->bit_reader, BLOCK_64X64, 4); in tile_worker_hook()
|