Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_common_data.c77 BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
96 BLOCK_4X4, BLOCK_INVALID, BLOCK_INVALID,
121 {{BLOCK_4X4, BLOCK_INVALID}, {BLOCK_INVALID, BLOCK_INVALID}},
122 {{BLOCK_4X8, BLOCK_4X4}, {BLOCK_INVALID, BLOCK_INVALID}},
123 {{BLOCK_8X4, BLOCK_INVALID}, {BLOCK_4X4, BLOCK_INVALID}},
124 {{BLOCK_8X8, BLOCK_8X4}, {BLOCK_4X8, BLOCK_4X4}},
Dvp9_enums.h30 BLOCK_4X4, enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvp9_subtract_test.cc40 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES; in TEST_P()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_speed_features.c300 sf->comp_inter_joint_search_thresh = BLOCK_4X4; in vp9_set_speed_features()
313 sf->min_partition_size = BLOCK_4X4; in vp9_set_speed_features()
Dvp9_block.h226 case BLOCK_4X4: in get_block_context()
Dvp9_encodeframe.c68 case BLOCK_4X4: in get_sb_index()
1265 subsize = BLOCK_4X4; in encode_sb()
1497 subsize = BLOCK_4X4; in encode_sb_rt()
1582 BLOCK_SIZE sub_subsize = BLOCK_4X4; in rd_use_partition()
1865 BLOCK_4X4, BLOCK_4X4, BLOCK_4X4,
1866 BLOCK_4X4, BLOCK_4X4, BLOCK_4X4,
1910 BLOCK_4X4, BLOCK_4X4, BLOCK_4X4,
1935 BLOCK_SIZE min_size = BLOCK_4X4; in rd_auto_partition_range()
1941 max_size = BLOCK_4X4; in rd_auto_partition_range()
2332 for (i = BLOCK_4X4; i < BLOCK_8X8; ++i) { in encode_rd_sb_row()
[all …]
Dvp9_onyx_if.c1480 BFP(BLOCK_4X4, vp9_sad4x4, vp9_sad4x4_avg, in vp9_create_compressor()
Dvp9_rdopt.c493 bs = BLOCK_4X4; in model_rd_for_sb_y_tx()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c178 case BLOCK_4X4: in read_intra_frame_mode_info()
338 case BLOCK_4X4: in read_intra_block_mode_info()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h231 BLOCK_4X4, enumerator
Donyx_if.c2056 cpi->fn_ptr[BLOCK_4X4].sdf = vp8_sad4x4; in vp8_create_compressor()
2057 cpi->fn_ptr[BLOCK_4X4].vf = vp8_variance4x4; in vp8_create_compressor()
2058 cpi->fn_ptr[BLOCK_4X4].svf = vp8_sub_pixel_variance4x4; in vp8_create_compressor()
2059 cpi->fn_ptr[BLOCK_4X4].svf_halfpix_h = NULL; in vp8_create_compressor()
2060 cpi->fn_ptr[BLOCK_4X4].svf_halfpix_v = NULL; in vp8_create_compressor()
2061 cpi->fn_ptr[BLOCK_4X4].svf_halfpix_hv = NULL; in vp8_create_compressor()
2062 cpi->fn_ptr[BLOCK_4X4].sdx3f = vp8_sad4x4x3; in vp8_create_compressor()
2063 cpi->fn_ptr[BLOCK_4X4].sdx8f = vp8_sad4x4x8; in vp8_create_compressor()
2064 cpi->fn_ptr[BLOCK_4X4].sdx4df = vp8_sad4x4x4d; in vp8_create_compressor()
2071 cpi->fn_ptr[BLOCK_4X4].copymem = vp8_copy32xn; in vp8_create_compressor()
Drdopt.c1214 if (segmentation == BLOCK_4X4 && i>0) in rd_check_segment()
1415 rd_check_segment(cpi, x, &bsi, BLOCK_4X4); in vp8_rd_pick_best_mbsegmentation()
1479 rd_check_segment(cpi, x, &bsi, BLOCK_4X4); in vp8_rd_pick_best_mbsegmentation()