/external/libvpx/libvpx/vp9/common/ |
vp9_common_data.c | 80 BLOCK_8X8, BLOCK_8X16, BLOCK_16X8, 99 BLOCK_8X8, BLOCK_INVALID, BLOCK_INVALID, 134 {{BLOCK_8X8, BLOCK_8X4}, {BLOCK_4X8, BLOCK_4X4}}, 135 {{BLOCK_8X16, BLOCK_8X8}, {BLOCK_INVALID, BLOCK_4X8}}, 136 {{BLOCK_16X8, BLOCK_INVALID}, {BLOCK_8X8, BLOCK_8X4}}, 137 {{BLOCK_16X16, BLOCK_16X8}, {BLOCK_8X16, BLOCK_8X8}},
|
vp9_findnearmv.h | 50 return left_mi->mbmi.sb_type < BLOCK_8X8 ? left_mi->bmi[b + 1].as_mode 64 return above_mi->mbmi.sb_type < BLOCK_8X8 ? above_mi->bmi[b + 2].as_mode
|
vp9_enums.h | 29 BLOCK_8X8,
|
vp9_reconinter.c | 139 assert(mi->mbmi.sb_type < BLOCK_8X8 || 4 << pred_w == bw); 140 assert(mi->mbmi.sb_type < BLOCK_8X8 || 4 << pred_h == bh); 152 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 200 if (xd->mi_8x8[0]->mbmi.sb_type < BLOCK_8X8) { 202 assert(bsize == BLOCK_8X8);
|
vp9_mvref_common.c | 124 return block_idx >= 0 && candidate->mbmi.sb_type < BLOCK_8X8
|
vp9_blockd.h | 246 return mode2txfm_map[mbmi->sb_type < BLOCK_8X8 ?
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 66 case BLOCK_8X8: 424 if (is_inter_block(mbmi) && mbmi->sb_type < BLOCK_8X8) { 461 && (mbmi->sb_type < BLOCK_8X8 || mbmi->mode == NEWMV)) { 611 if (bsize < BLOCK_8X8) { 665 if (bsize >= BLOCK_8X8) 727 case BLOCK_8X8: 810 if (bsize < BLOCK_8X8) { 833 BLOCK_SIZE c1 = BLOCK_8X8; 844 if (bsize >= BLOCK_8X8) { 853 if (output_enabled && bsize >= BLOCK_8X8) [all...] |
vp9_rdopt.c | 431 bs = BLOCK_8X8; [all...] |
vp9_bitstream.c | 412 if (bsize >= BLOCK_8X8 && cm->tx_mode == TX_MODE_SELECT && 423 if (bsize >= BLOCK_8X8) { 448 if (bsize >= BLOCK_8X8) { 464 if (bsize < BLOCK_8X8) { 519 if (m->mbmi.sb_type >= BLOCK_8X8 && cm->tx_mode == TX_MODE_SELECT) 522 if (m->mbmi.sb_type >= BLOCK_8X8) { 616 if (subsize < BLOCK_8X8) { 648 if (bsize >= BLOCK_8X8 && 649 (bsize == BLOCK_8X8 || partition != PARTITION_SPLIT)) [all...] |
vp9_block.h | 222 case BLOCK_8X8:
|
vp9_encodemv.c | 317 if (mbmi->sb_type < BLOCK_8X8) {
|
vp9_firstpass.c | 362 case BLOCK_8X8: 418 case BLOCK_8X8: 594 xd->mi_8x8[0]->mbmi.sb_type = BLOCK_8X8; [all...] |
vp9_encodemb.c | 628 if (mbmi->sb_type < BLOCK_8X8 && plane == 0)
|
vp9_onyx_if.c | [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.c | 83 if (allow_select && tx_mode == TX_MODE_SELECT && bsize >= BLOCK_8X8) 178 if (bsize >= BLOCK_8X8) { 336 if (bsize >= BLOCK_8X8) { 445 if (bsize < BLOCK_8X8) { 451 if (bsize >= BLOCK_8X8) 456 if (bsize < BLOCK_8X8 || mbmi->mode != ZEROMV) { 467 if (bsize < BLOCK_8X8 || mbmi->mode != ZEROMV) { 478 if (bsize < BLOCK_8X8) {
|
vp9_decodframe.c | 308 ? ((mi->mbmi.sb_type < BLOCK_8X8) ? mi->bmi[block].as_mode 402 const int less8x8 = bsize < BLOCK_8X8; 409 bsize = BLOCK_8X8; 495 if (subsize < BLOCK_8X8) { 530 if (bsize >= BLOCK_8X8 && 531 (bsize == BLOCK_8X8 || partition != PARTITION_SPLIT)) [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
onyx_int.h | 226 BLOCK_8X8,
|
onyx_if.c | [all...] |
rdopt.c | [all...] |