Home
last modified time | relevance | path

Searched refs:BLOCK_4X4 (Results 1 – 25 of 43) sorted by relevance

12

/external/libaom/libaom/av1/common/
Dcommon_data.h73 BLOCK_4X4, BLOCK_8X8, BLOCK_16X16,
82 BLOCK_INVALID, BLOCK_4X4, BLOCK_8X8,
271 BLOCK_4X4, // TX_4X4
370 { { BLOCK_4X4, BLOCK_4X4 }, { BLOCK_4X4, BLOCK_4X4 } },
371 { { BLOCK_4X8, BLOCK_4X4 }, { BLOCK_INVALID, BLOCK_4X4 } },
372 { { BLOCK_8X4, BLOCK_INVALID }, { BLOCK_4X4, BLOCK_4X4 } },
373 { { BLOCK_8X8, BLOCK_8X4 }, { BLOCK_4X8, BLOCK_4X4 } },
Dpred_common.h51 prev_ul = get_segment_id(cm, cm->cur_frame->seg_map, BLOCK_4X4, mi_row - 1, in av1_get_spatial_seg_pred()
55 prev_u = get_segment_id(cm, cm->cur_frame->seg_map, BLOCK_4X4, mi_row - 1, in av1_get_spatial_seg_pred()
59 prev_l = get_segment_id(cm, cm->cur_frame->seg_map, BLOCK_4X4, mi_row - 0, in av1_get_spatial_seg_pred()
Dblockd.h608 case BLOCK_4X4: return 0; in get_sqr_bsize_idx()
663 return bsize > BLOCK_4X4; in block_signals_txsize()
735 if (bsize == BLOCK_4X4) in tx_size_from_tx_mode()
Dreconinter.c490 for (sb_type = BLOCK_4X4; sb_type < BLOCK_SIZES_ALL; ++sb_type) { in init_wedge_signs()
525 for (bsize = BLOCK_4X4; bsize < BLOCK_SIZES_ALL; ++bsize) { in init_wedge_masks()
784 case BLOCK_4X4: in av1_skip_u4x4_pred_in_obmc()
788 case BLOCK_4X4: in av1_skip_u4x4_pred_in_obmc()
Denums.h102 BLOCK_4X4, enumerator
Dcdef_block.c192 ydec ? (xdec ? BLOCK_4X4 : BLOCK_8X4) : (xdec ? BLOCK_4X8 : BLOCK_8X8); in cdef_filter_fb()
Dcfl.h29 return (CFL_ALLOWED_TYPE)(plane_bsize == BLOCK_4X4); in is_cfl_allowed()
/external/libvpx/libvpx/vp9/common/
Dvp9_common_data.c73 BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, BLOCK_8X8, BLOCK_8X16, BLOCK_16X8,
85 BLOCK_INVALID, BLOCK_INVALID, BLOCK_INVALID, BLOCK_4X4, BLOCK_INVALID,
96 BLOCK_4X4, // TX_4X4
113 { { BLOCK_4X4, BLOCK_INVALID }, { BLOCK_INVALID, BLOCK_INVALID } },
114 { { BLOCK_4X8, BLOCK_4X4 }, { BLOCK_INVALID, BLOCK_INVALID } },
115 { { BLOCK_8X4, BLOCK_INVALID }, { BLOCK_4X4, BLOCK_INVALID } },
116 { { BLOCK_8X8, BLOCK_8X4 }, { BLOCK_4X8, BLOCK_4X4 } },
Dvp9_enums.h44 #define BLOCK_4X4 0 macro
/external/libaom/libaom/test/
Dcdef_test.cc299 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
311 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
324 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
337 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
350 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
364 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
377 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
390 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
403 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
416 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
Dblockd_test.cc22 BLOCK_4X4, in TEST()
50 BLOCK_INVALID, BLOCK_INVALID, BLOCK_4X4, in TEST()
116 for (int bsize = BLOCK_4X4; bsize < BLOCK_SIZES_ALL; bsize++) { in TEST()
Dreconinter_test.cc43 return ::testing::Combine(::testing::Range(BLOCK_4X4, BLOCK_SIZES_ALL), in BuildParams()
74 ::testing::Range(BLOCK_4X4, BLOCK_SIZES_ALL)); in BuildParams()
Dcomp_avg_pred_test.h62 ::testing::Range(BLOCK_4X4, BLOCK_SIZES_ALL)); in BuildParams()
68 ::testing::Range(BLOCK_4X4, BLOCK_SIZES_ALL)); in BuildParams()
76 ::testing::Range(BLOCK_4X4, BLOCK_SIZES_ALL)); in BuildParams()
83 ::testing::Range(BLOCK_4X4, BLOCK_SIZES_ALL)); in BuildParams()
Dintrabc_test.cc40 { { 0, 0 }, 0, 0, BLOCK_4X4, false }, in TEST()
Dsubtract_test.cc43 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES; in TEST_P()
/external/libvpx/libvpx/test/
Dvp9_subtract_test.cc65 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES; in TEST_P()
86 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES; in TEST_P()
/external/libaom/libaom/av1/encoder/
Daq_variance.c126 log(1.0 + cpi->fn_ptr[BLOCK_4X4].vf( in av1_log_block_var()
133 log(1.0 + cpi->fn_ptr[BLOCK_4X4].vf( in av1_log_block_var()
Dspeed_features.c83 return BLOCK_4X4; in set_partition_min_limit()
670 sf->comp_inter_joint_search_thresh = BLOCK_4X4; in av1_set_speed_features_framesize_independent()
702 sf->rd_auto_partition_min_limit = BLOCK_4X4; in av1_set_speed_features_framesize_independent()
704 sf->default_min_partition_size = BLOCK_4X4; in av1_set_speed_features_framesize_independent()
Dpickcdef.c271 assert(bsize == BLOCK_4X4); in compute_cdef_dist()
352 bsize[pli] = ydec[pli] ? (xdec[pli] ? BLOCK_4X4 : BLOCK_8X4) in av1_cdef_search()
Dcontext_tree.c16 BLOCK_4X4, BLOCK_8X8, BLOCK_16X16, BLOCK_32X32, BLOCK_64X64, BLOCK_128X128,
Dencoder.c1627 BLOCK_4X4, aom_highbd_sad4x4_bits8, aom_highbd_sad4x4_avg_bits8,
1688 HIGHBD_MBFP(BLOCK_4X4, aom_highbd_masked_sad4x4_bits8,
1747 HIGHBD_OBFP(BLOCK_4X4, aom_highbd_obmc_sad4x4_bits8,
1913 BLOCK_4X4, aom_highbd_sad4x4_bits10, aom_highbd_sad4x4_avg_bits10,
1976 HIGHBD_MBFP(BLOCK_4X4, aom_highbd_masked_sad4x4_bits10,
2035 HIGHBD_OBFP(BLOCK_4X4, aom_highbd_obmc_sad4x4_bits10,
2207 BLOCK_4X4, aom_highbd_sad4x4_bits12, aom_highbd_sad4x4_avg_bits12,
2270 HIGHBD_MBFP(BLOCK_4X4, aom_highbd_masked_sad4x4_bits12,
2329 HIGHBD_OBFP(BLOCK_4X4, aom_highbd_obmc_sad4x4_bits12,
2861 BFP(BLOCK_4X4, aom_sad4x4, aom_sad4x4_avg, aom_variance4x4, in av1_create_compressor()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c50 return BLOCK_4X4; in set_partition_min_limit()
74 sf->use_square_only_thresh_low = BLOCK_4X4; in set_good_speed_feature_framesize_dependent()
129 sf->use_square_only_thresh_high = BLOCK_4X4; in set_good_speed_feature_framesize_dependent()
871 sf->comp_inter_joint_search_thresh = BLOCK_4X4; in vp9_set_speed_features_framesize_independent()
888 sf->use_square_only_thresh_low = BLOCK_4X4; in vp9_set_speed_features_framesize_independent()
890 sf->rd_auto_partition_min_limit = BLOCK_4X4; in vp9_set_speed_features_framesize_independent()
892 sf->default_min_partition_size = BLOCK_4X4; in vp9_set_speed_features_framesize_independent()
Dvp9_encodeframe.c403 assert(bsize == BLOCK_4X4); in tree_to_node()
1692 (mi_col + x32_idx + x16_idx + x8_idx), BLOCK_4X4); in choose_partitioning()
2190 subsize = BLOCK_4X4; in encode_sb()
2194 if (output_enabled && bsize != BLOCK_4X4) in encode_sb()
2531 subsize = BLOCK_4X4; in encode_sb_rt()
2535 if (output_enabled && bsize != BLOCK_4X4) in encode_sb_rt()
2596 BLOCK_SIZE sub_subsize = BLOCK_4X4; in rd_use_partition()
2839 BLOCK_4X4, BLOCK_4X4, BLOCK_4X4, BLOCK_4X4, BLOCK_4X4,
2840 BLOCK_4X4, BLOCK_8X8, BLOCK_8X8, BLOCK_8X8, BLOCK_16X16,
2881 BLOCK_4X4, BLOCK_4X4, BLOCK_4X4, BLOCK_8X8, BLOCK_8X8,
[all …]
Dvp9_encoder.h328 if (bsize == BLOCK_4X4) { in get_square_block_idx()
347 return BLOCK_4X4; in square_block_idx_to_bsize()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h205 BLOCK_4X4, enumerator

12