Home
last modified time | relevance | path

Searched refs:BLOCK_64X64 (Results 1 – 18 of 18) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c160 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 …]
Dvp9_aq_complexity.c119 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()
Dvp9_speed_features.c341 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()
Dvp9_context_tree.c18 BLOCK_64X64,
Dvp9_aq_cyclicrefresh.c433 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()
Dvp9_segmentation.c234 mi_row, mi_col, BLOCK_64X64); in vp9_choose_segmap_coding_method()
Dvp9_rd.c634 const BLOCK_SIZE max_size = VPXMIN(bsize + 2, BLOCK_64X64); in vp9_update_rd_thresh_fact()
Dvp9_encoder.c1077 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()
Dvp9_bitstream.c499 BLOCK_64X64); in write_modes()
Dvp9_ratectrl.c1964 const BLOCK_SIZE bsize = BLOCK_64X64; in vp9_avg_source_sad()
Dvp9_rdopt.c2277 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/
Dvp9_common_data.c79 BLOCK_64X64,
138 {{BLOCK_64X64, BLOCK_64X32}, {BLOCK_32X64, BLOCK_32X32}},
Dvp9_mfqe.c85 } 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()
Dvp9_enums.h56 #define BLOCK_64X64 12 macro
Dvp9_loopfilter.c984 case BLOCK_64X64: in vp9_setup_mask()
/external/libvpx/libvpx/test/
Dvp9_denoiser_sse2_test.cc100 BLOCK_64X64));
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_denoiser_sse2.c366 bs == BLOCK_64X32 || bs == BLOCK_64X64) { in vp9_denoiser_filter_sse2()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1517 mi_col, &tile_data->bit_reader, BLOCK_64X64, 4); in decode_tiles()
1608 &tile_data->bit_reader, BLOCK_64X64, 4); in tile_worker_hook()