Searched refs:BLOCK_4X4 (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_common_data.c | 75 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}},
|
D | vp9_enums.h | 44 #define BLOCK_4X4 0 macro
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_speed_features.c | 37 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()
|
D | vp9_encodeframe.c | 346 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 …]
|
D | vp9_rd.c | 633 const BLOCK_SIZE min_size = VPXMAX(bsize - 1, BLOCK_4X4); in vp9_update_rd_thresh_fact()
|
D | vp9_encoder.c | 1147 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/ |
D | vp9_denoiser_sse2_test.cc | 97 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, BLOCK_8X8,
|
D | vp9_subtract_test.cc | 42 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES; in TEST_P()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_int.h | 228 BLOCK_4X4, enumerator
|
D | onyx_if.c | 2130 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()
|
D | rdopt.c | 1216 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/ |
D | vp9_decodemv.c | 227 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/ |
D | vp9_denoiser_sse2.c | 352 if (bs == BLOCK_4X4 || bs == BLOCK_4X8) { in vp9_denoiser_filter_sse2()
|