Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_common_data.c75 BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
94 BLOCK_4X4, BLOCK_INVALID, BLOCK_INVALID,
109 BLOCK_4X4, // TX_4X4
126 {{BLOCK_4X4, BLOCK_INVALID}, {BLOCK_INVALID, BLOCK_INVALID}},
127 {{BLOCK_4X8, BLOCK_4X4}, {BLOCK_INVALID, BLOCK_INVALID}},
128 {{BLOCK_8X4, BLOCK_INVALID}, {BLOCK_4X4, BLOCK_INVALID}},
129 {{BLOCK_8X8, BLOCK_8X4}, {BLOCK_4X8, BLOCK_4X4}},
Dvp9_enums.h44 #define BLOCK_4X4 0 macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c37 return BLOCK_4X4; in set_partition_min_limit()
132 sf->use_square_only_threshold = BLOCK_4X4; in set_good_speed_feature()
462 sf->comp_inter_joint_search_thresh = BLOCK_4X4; in vp9_set_speed_features_framesize_independent()
480 sf->rd_auto_partition_min_limit = BLOCK_4X4; in vp9_set_speed_features_framesize_independent()
482 sf->default_min_partition_size = BLOCK_4X4; in vp9_set_speed_features_framesize_independent()
Dvp9_encodeframe.c346 case BLOCK_4X4: { in tree_to_node()
949 BLOCK_4X4); in choose_partitioning()
1441 subsize = BLOCK_4X4; in encode_sb()
1445 if (output_enabled && bsize != BLOCK_4X4) in encode_sb()
1782 subsize = BLOCK_4X4; in encode_sb_rt()
1786 if (output_enabled && bsize != BLOCK_4X4) in encode_sb_rt()
1852 BLOCK_SIZE sub_subsize = BLOCK_4X4; in rd_use_partition()
2101 BLOCK_4X4, BLOCK_4X4, BLOCK_4X4,
2102 BLOCK_4X4, BLOCK_4X4, BLOCK_4X4,
2148 BLOCK_4X4, BLOCK_4X4, BLOCK_4X4,
[all …]
Dvp9_rd.c633 const BLOCK_SIZE min_size = VPXMAX(bsize - 1, BLOCK_4X4); in vp9_update_rd_thresh_fact()
Dvp9_encoder.c1147 HIGHBD_BFP(BLOCK_4X4, in MAKE_BFP_SADAVG_WRAPPER()
1279 HIGHBD_BFP(BLOCK_4X4, in MAKE_BFP_SADAVG_WRAPPER()
1411 HIGHBD_BFP(BLOCK_4X4, in MAKE_BFP_SADAVG_WRAPPER()
1909 BFP(BLOCK_4X4, vpx_sad4x4, vpx_sad4x4_avg, in vp9_create_compressor()
/external/libvpx/libvpx/test/
Dvp9_denoiser_sse2_test.cc97 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, BLOCK_8X8,
Dvp9_subtract_test.cc42 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES; in TEST_P()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h228 BLOCK_4X4, enumerator
Donyx_if.c2130 cpi->fn_ptr[BLOCK_4X4].sdf = vpx_sad4x4; in vp8_create_compressor()
2131 cpi->fn_ptr[BLOCK_4X4].vf = vpx_variance4x4; in vp8_create_compressor()
2132 cpi->fn_ptr[BLOCK_4X4].svf = vpx_sub_pixel_variance4x4; in vp8_create_compressor()
2133 cpi->fn_ptr[BLOCK_4X4].svf_halfpix_h = NULL; in vp8_create_compressor()
2134 cpi->fn_ptr[BLOCK_4X4].svf_halfpix_v = NULL; in vp8_create_compressor()
2135 cpi->fn_ptr[BLOCK_4X4].svf_halfpix_hv = NULL; in vp8_create_compressor()
2136 cpi->fn_ptr[BLOCK_4X4].sdx3f = vpx_sad4x4x3; in vp8_create_compressor()
2137 cpi->fn_ptr[BLOCK_4X4].sdx8f = vpx_sad4x4x8; in vp8_create_compressor()
2138 cpi->fn_ptr[BLOCK_4X4].sdx4df = vpx_sad4x4x4d; in vp8_create_compressor()
2145 cpi->fn_ptr[BLOCK_4X4].copymem = vp8_copy32xn; in vp8_create_compressor()
Drdopt.c1216 if (segmentation == BLOCK_4X4 && i>0) in rd_check_segment()
1417 rd_check_segment(cpi, x, &bsi, BLOCK_4X4); in vp8_rd_pick_best_mbsegmentation()
1481 rd_check_segment(cpi, x, &bsi, BLOCK_4X4); in vp8_rd_pick_best_mbsegmentation()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c227 case BLOCK_4X4: in read_intra_frame_mode_info()
392 case BLOCK_4X4: in read_intra_block_mode_info()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_denoiser_sse2.c352 if (bs == BLOCK_4X4 || bs == BLOCK_4X8) { in vp9_denoiser_filter_sse2()