/external/libvpx/libvpx/vp9/common/ |
vp9_common_data.c | 80 BLOCK_8X8, BLOCK_8X16, BLOCK_16X8, 87 BLOCK_16X8, BLOCK_INVALID, BLOCK_INVALID, 126 {{BLOCK_16X8, BLOCK_INVALID}, {BLOCK_8X8, BLOCK_8X4}}, 127 {{BLOCK_16X16, BLOCK_16X8}, {BLOCK_8X16, BLOCK_8X8}}, 129 {{BLOCK_32X16, BLOCK_INVALID}, {BLOCK_16X16, BLOCK_16X8}},
|
vp9_enums.h | 31 BLOCK_16X8,
|
vp9_blockd.h | 261 case BLOCK_16X8:
|
vp9_loopfilter.c | 112 0x0000000000000001, // BLOCK_16X8, 129 0x0000000000000003, // BLOCK_16X8 147 0x0000000000000003, // BLOCK_16X8 183 0x0001, // BLOCK_16X8, 199 0x0001, // BLOCK_16X8 216 0x0001, // BLOCK_16X8 659 case BLOCK_16X8: [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...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_firstpass.c | 355 case BLOCK_16X8: 409 case BLOCK_16X8: 557 xd->this_mi->mbmi.sb_type = BLOCK_16X8; [all...] |
vp9_encodeframe.c | 668 case BLOCK_16X8: [all...] |
vp9_onyx_if.c | [all...] |