HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK_4X4 (Results 1 - 12 of 12) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_common_data.c 73 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 } },
132 // BLOCK_4X4
vp9_enums.h 44 #define BLOCK_4X4 0
  /external/libvpx/libvpx/test/
vp9_subtract_test.cc 40 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES;
  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.c 50 return BLOCK_4X4;
202 sf->use_square_only_threshold = BLOCK_4X4;
683 sf->comp_inter_joint_search_thresh = BLOCK_4X4;
700 sf->rd_auto_partition_min_limit = BLOCK_4X4;
702 sf->default_min_partition_size = BLOCK_4X4;
vp9_encodeframe.c 370 case BLOCK_4X4: {
    [all...]
vp9_rd.c 658 const BLOCK_SIZE min_size = VPXMAX(bsize - 1, BLOCK_4X4);
vp9_encoder.c     [all...]
vp9_rdopt.c 477 if (tx_bsize == BLOCK_4X4 ||
481 const vpx_variance_fn_t vf_4x4 = cpi->fn_ptr[BLOCK_4X4].vf;
516 if (tx_bsize == BLOCK_4X4 ||
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 205 BLOCK_4X4,
onyx_if.c     [all...]
rdopt.c 1047 if (segmentation == BLOCK_4X4 && i > 0) {
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 210 case BLOCK_4X4:
361 case BLOCK_4X4:

Completed in 62 milliseconds