/external/libvpx/libvpx/vp9/common/ |
vp9_common_data.c | 80 BLOCK_8X8, BLOCK_8X16, BLOCK_16X8, 87 BLOCK_16X8, BLOCK_INVALID, BLOCK_INVALID, 136 {{BLOCK_16X8, BLOCK_INVALID}, {BLOCK_8X8, BLOCK_8X4}}, 137 {{BLOCK_16X16, BLOCK_16X8}, {BLOCK_8X16, BLOCK_8X8}}, 139 {{BLOCK_32X16, BLOCK_INVALID}, {BLOCK_16X16, BLOCK_16X8}},
|
vp9_enums.h | 31 BLOCK_16X8,
|
vp9_loopfilter.c | 108 0x0000000000000001, // BLOCK_16X8, 125 0x0000000000000003, // BLOCK_16X8 143 0x0000000000000003, // BLOCK_16X8 179 0x0001, // BLOCK_16X8, 195 0x0001, // BLOCK_16X8 212 0x0001, // BLOCK_16X8 735 case BLOCK_16X8: [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_block.h | 218 case BLOCK_16X8:
|
vp9_firstpass.c | 367 case BLOCK_16X8: 421 case BLOCK_16X8: 588 xd->mi_8x8[0]->mbmi.sb_type = BLOCK_16X8; [all...] |
vp9_encodeframe.c | 64 case BLOCK_16X8: [all...] |
vp9_onyx_if.c | [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
onyx_int.h | 224 BLOCK_16X8,
|
onyx_if.c | [all...] |
rdopt.c | 1200 if (segmentation == BLOCK_8X16 || segmentation == BLOCK_16X8) 1203 if (i==1 && segmentation == BLOCK_16X8) [all...] |