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

  /external/libvpx/libvpx/vp9/common/
vp9_common_data.c 74 BLOCK_16X16, BLOCK_16X32, BLOCK_32X16, BLOCK_32X32, BLOCK_32X64,
87 BLOCK_INVALID, BLOCK_INVALID, BLOCK_32X32 }
99 BLOCK_32X32, // TX_32X32
122 { { BLOCK_32X32, BLOCK_32X16 }, { BLOCK_16X32, BLOCK_16X16 } },
123 { { BLOCK_32X64, BLOCK_32X32 }, { BLOCK_INVALID, BLOCK_16X32 } },
124 { { BLOCK_64X32, BLOCK_INVALID }, { BLOCK_32X32, BLOCK_32X16 } },
125 { { BLOCK_64X64, BLOCK_64X32 }, { BLOCK_32X64, BLOCK_32X32 } },
195 // BLOCK_32X32
vp9_enums.h 53 #define BLOCK_32X32 9
vp9_mfqe.c 76 } else if (block_size == BLOCK_32X32) {
136 } else if (bs == BLOCK_32X32) {
151 } else if (bs == BLOCK_32X32) {
171 } else if (bs == BLOCK_32X32) {
243 bs_tmp = BLOCK_32X32;
276 bs_tmp = BLOCK_32X32;
vp9_loopfilter.c 95 0x0000000001010101ULL, // BLOCK_32X32,
112 0x000000000000000fULL, // BLOCK_32X32,
130 0x000000000f0f0f0fULL, // BLOCK_32X32,
166 0x0011, // BLOCK_32X32,
182 0x0003, // BLOCK_32X32,
199 0x0033, // BLOCK_32X32,
    [all...]
  /external/libvpx/libvpx/test/
vp9_denoiser_test.cc 114 make_tuple(&vp9_denoiser_filter_sse2, BLOCK_32X32),
129 make_tuple(&vp9_denoiser_filter_neon, BLOCK_32X32),
  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.c 121 sf->max_intra_bsize = BLOCK_32X32;
460 sf->inter_mode_mask[BLOCK_32X32] = INTER_NEAREST_NEAR_NEW;
464 sf->max_intra_bsize = BLOCK_32X32;
472 sf->default_max_partition_size = BLOCK_32X32;
485 sf->inter_mode_mask[BLOCK_32X32] = INTER_NEAREST_NEW_ZERO;
vp9_context_tree.c 15 BLOCK_8X8, BLOCK_16X16, BLOCK_32X32, BLOCK_64X64,
vp9_encodeframe.c 187 return BLOCK_32X32;
349 case BLOCK_32X32: {
448 (bsize > BLOCK_32X32 ||
819 if ((*this_mi)->sb_type == BLOCK_32X32) {
    [all...]
vp9_pickmode.c 654 bsize < BLOCK_32X32)) {
667 bsize < BLOCK_32X32) {
    [all...]
vp9_denoiser.c 330 if (cpi->use_skin_detection && bs <= BLOCK_32X32 &&
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_denoiser_neon.c 340 if (bs == BLOCK_16X16 || bs == BLOCK_32X32 || bs == BLOCK_64X64 ||
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_denoiser_sse2.c 315 if (bs == BLOCK_16X16 || bs == BLOCK_32X32 || bs == BLOCK_64X64 ||

Completed in 586 milliseconds