Searched refs:BLOCK_4X4 (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_common_data.c | 79 BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, 98 BLOCK_4X4, BLOCK_INVALID, BLOCK_INVALID, 131 {{BLOCK_4X4, BLOCK_INVALID}, {BLOCK_INVALID, BLOCK_INVALID}}, 132 {{BLOCK_4X8, BLOCK_4X4}, {BLOCK_INVALID, BLOCK_INVALID}}, 133 {{BLOCK_8X4, BLOCK_INVALID}, {BLOCK_4X4, BLOCK_INVALID}}, 134 {{BLOCK_8X8, BLOCK_8X4}, {BLOCK_4X8, BLOCK_4X4}},
|
D | vp9_enums.h | 26 BLOCK_4X4, enumerator
|
/external/libvpx/libvpx/test/ |
D | vp9_subtract_test.cc | 42 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES; in TEST_P()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 70 case BLOCK_4X4: in get_sb_index() 843 c1 = BLOCK_4X4; in encode_sb() 1027 BLOCK_SIZE sub_subsize = BLOCK_4X4; in rd_use_partition() 1273 BLOCK_4X4, BLOCK_4X4, BLOCK_4X4, BLOCK_4X4, 1274 BLOCK_4X4, BLOCK_4X4, BLOCK_8X8, BLOCK_8X8, 1336 *min_block_size = BLOCK_4X4; in rd_auto_partition_range() 1341 *max_block_size = BLOCK_4X4; in rd_auto_partition_range()
|
D | vp9_block.h | 228 case BLOCK_4X4: in get_block_context()
|
D | vp9_onyx_if.c | 728 sf->comp_inter_joint_search_thresh = BLOCK_4X4; in vp9_set_speed_features() 741 sf->min_partition_size = BLOCK_4X4; in vp9_set_speed_features() 1863 BFP(BLOCK_4X4, vp9_sad4x4, vp9_sad4x4_avg, in vp9_create_compressor()
|
D | vp9_rdopt.c | 429 bs = BLOCK_4X4; in model_rd_for_sb_y_tx()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 2048 cpi->fn_ptr[BLOCK_4X4].sdf = vp8_sad4x4; in vp8_create_compressor() 2049 cpi->fn_ptr[BLOCK_4X4].vf = vp8_variance4x4; in vp8_create_compressor() 2050 cpi->fn_ptr[BLOCK_4X4].svf = vp8_sub_pixel_variance4x4; in vp8_create_compressor() 2051 cpi->fn_ptr[BLOCK_4X4].svf_halfpix_h = NULL; in vp8_create_compressor() 2052 cpi->fn_ptr[BLOCK_4X4].svf_halfpix_v = NULL; in vp8_create_compressor() 2053 cpi->fn_ptr[BLOCK_4X4].svf_halfpix_hv = NULL; in vp8_create_compressor() 2054 cpi->fn_ptr[BLOCK_4X4].sdx3f = vp8_sad4x4x3; in vp8_create_compressor() 2055 cpi->fn_ptr[BLOCK_4X4].sdx8f = vp8_sad4x4x8; in vp8_create_compressor() 2056 cpi->fn_ptr[BLOCK_4X4].sdx4df = vp8_sad4x4x4d; in vp8_create_compressor() 2063 cpi->fn_ptr[BLOCK_4X4].copymem = vp8_copy32xn; in vp8_create_compressor()
|
D | onyx_int.h | 227 BLOCK_4X4, enumerator
|
D | rdopt.c | 1212 if (segmentation == BLOCK_4X4 && i>0) in rd_check_segment() 1413 rd_check_segment(cpi, x, &bsi, BLOCK_4X4); in vp8_rd_pick_best_mbsegmentation() 1477 rd_check_segment(cpi, x, &bsi, BLOCK_4X4); in vp8_rd_pick_best_mbsegmentation()
|