Home
last modified time | relevance | path

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

/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/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c50 return BLOCK_4X4; in set_partition_min_limit()
203 sf->use_square_only_threshold = BLOCK_4X4; in set_good_speed_feature_framesize_independent()
740 sf->comp_inter_joint_search_thresh = BLOCK_4X4; in vp9_set_speed_features_framesize_independent()
757 sf->rd_auto_partition_min_limit = BLOCK_4X4; in vp9_set_speed_features_framesize_independent()
759 sf->default_min_partition_size = BLOCK_4X4; in vp9_set_speed_features_framesize_independent()
Dvp9_encodeframe.c388 case BLOCK_4X4: { in tree_to_node()
1637 (mi_col + x32_idx + x16_idx + x8_idx), BLOCK_4X4); in choose_partitioning()
2143 subsize = BLOCK_4X4; in encode_sb()
2147 if (output_enabled && bsize != BLOCK_4X4) in encode_sb()
2484 subsize = BLOCK_4X4; in encode_sb_rt()
2488 if (output_enabled && bsize != BLOCK_4X4) in encode_sb_rt()
2549 BLOCK_SIZE sub_subsize = BLOCK_4X4; in rd_use_partition()
2788 BLOCK_4X4, BLOCK_4X4, BLOCK_4X4, BLOCK_4X4, BLOCK_4X4,
2789 BLOCK_4X4, BLOCK_8X8, BLOCK_8X8, BLOCK_8X8, BLOCK_16X16,
2830 BLOCK_4X4, BLOCK_4X4, BLOCK_4X4, BLOCK_8X8, BLOCK_8X8,
[all …]
Dvp9_rd.c658 const BLOCK_SIZE min_size = VPXMAX(bsize - 1, BLOCK_4X4); in vp9_update_rd_thresh_fact()
Dvp9_encoder.c1528 BLOCK_4X4, vpx_highbd_sad4x4_bits8, vpx_highbd_sad4x4_avg_bits8, in MAKE_BFP_SADAVG_WRAPPER()
1606 HIGHBD_BFP(BLOCK_4X4, vpx_highbd_sad4x4_bits10, in MAKE_BFP_SADAVG_WRAPPER()
1686 HIGHBD_BFP(BLOCK_4X4, vpx_highbd_sad4x4_bits12, in MAKE_BFP_SADAVG_WRAPPER()
2280 BFP(BLOCK_4X4, vpx_sad4x4, vpx_sad4x4_avg, vpx_variance4x4, in vp9_create_compressor()
Dvp9_rdopt.c477 if (tx_bsize == BLOCK_4X4 || in pixel_sse()
481 const vpx_variance_fn_t vf_4x4 = cpi->fn_ptr[BLOCK_4X4].vf; in pixel_sse()
516 if (tx_bsize == BLOCK_4X4 || in sum_squares_visible()
/external/libvpx/libvpx/test/
Dvp9_subtract_test.cc40 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES; in TEST_P()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h205 BLOCK_4X4, enumerator
Donyx_if.c2047 cpi->fn_ptr[BLOCK_4X4].sdf = vpx_sad4x4; in vp8_create_compressor()
2048 cpi->fn_ptr[BLOCK_4X4].vf = vpx_variance4x4; in vp8_create_compressor()
2049 cpi->fn_ptr[BLOCK_4X4].svf = vpx_sub_pixel_variance4x4; in vp8_create_compressor()
2050 cpi->fn_ptr[BLOCK_4X4].sdx3f = vpx_sad4x4x3; in vp8_create_compressor()
2051 cpi->fn_ptr[BLOCK_4X4].sdx8f = vpx_sad4x4x8; in vp8_create_compressor()
2052 cpi->fn_ptr[BLOCK_4X4].sdx4df = vpx_sad4x4x4d; in vp8_create_compressor()
2059 cpi->fn_ptr[BLOCK_4X4].copymem = vp8_copy32xn; in vp8_create_compressor()
Drdopt.c1042 if (segmentation == BLOCK_4X4 && i > 0) { in rd_check_segment()
1226 rd_check_segment(cpi, x, &bsi, BLOCK_4X4); in vp8_rd_pick_best_mbsegmentation()
1294 rd_check_segment(cpi, x, &bsi, BLOCK_4X4); in vp8_rd_pick_best_mbsegmentation()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c210 case BLOCK_4X4: in read_intra_frame_mode_info()
361 case BLOCK_4X4: in read_intra_block_mode_info()