HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK_16X8 (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,
78 BLOCK_INVALID, BLOCK_16X8, BLOCK_INVALID, BLOCK_INVALID, BLOCK_32X16,
118 { { BLOCK_16X8, BLOCK_INVALID }, { BLOCK_8X8, BLOCK_8X4 } },
119 { { BLOCK_16X16, BLOCK_16X8 }, { BLOCK_8X16, BLOCK_8X8 } },
121 { { BLOCK_32X16, BLOCK_INVALID }, { BLOCK_16X16, BLOCK_16X8 } },
167 // BLOCK_16X8
vp9_enums.h 49 #define BLOCK_16X8 5
vp9_loopfilter.c 91 0x0000000000000001ULL, // BLOCK_16X8,
108 0x0000000000000003ULL, // BLOCK_16X8
126 0x0000000000000003ULL, // BLOCK_16X8
162 0x0001, // BLOCK_16X8,
178 0x0001, // BLOCK_16X8
195 0x0001, // BLOCK_16X8
    [all...]
  /external/libvpx/libvpx/test/
vp9_denoiser_test.cc 110 make_tuple(&vp9_denoiser_filter_sse2, BLOCK_16X8),
125 make_tuple(&vp9_denoiser_filter_neon, BLOCK_16X8),
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_denoiser_neon.c 276 if ((r & 0xf) == 0xf || (bs == BLOCK_16X8 && r == 7)) {
312 if ((r & 0xf) == 0xf || (bs == BLOCK_16X8 && r == 7)) {
341 bs == BLOCK_16X32 || bs == BLOCK_16X8 || bs == BLOCK_32X16 ||
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_denoiser_sse2.c 252 if ((r & 0xf) == 0xf || (bs == BLOCK_16X8 && r == 7)) {
288 if ((r & 0xf) == 0xf || (bs == BLOCK_16X8 && r == 7)) {
315 bs == BLOCK_16X32 || bs == BLOCK_16X8 || bs == BLOCK_32X16 ||
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 202 BLOCK_16X8,
rdopt.c 1030 if (segmentation == BLOCK_8X16 || segmentation == BLOCK_16X8) {
1032 if (i == 1 && segmentation == BLOCK_16X8) {
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 336 case BLOCK_16X8: return vpx_mse16x8;
358 case BLOCK_16X8: return vpx_highbd_8_mse16x8;
366 case BLOCK_16X8: return vpx_highbd_10_mse16x8;
374 case BLOCK_16X8: return vpx_highbd_12_mse16x8;
469 return 2 * mb_row + 1 < cm->mi_rows ? BLOCK_16X16 : BLOCK_16X8;
    [all...]
vp9_denoiser.c 215 if (bs == BLOCK_8X8 || bs == BLOCK_8X16 || bs == BLOCK_16X8 ||
vp9_encoder.c     [all...]

Completed in 141 milliseconds