Searched refs:BLOCK_8X8 (Results 1 - 25 of 40) sorted by relevance

12

/external/libvpx/libvpx/vp9/common/
H A Dvp9_common_data.c78 BLOCK_8X8, BLOCK_8X16, BLOCK_16X8,
97 BLOCK_8X8, BLOCK_INVALID, BLOCK_INVALID,
124 {{BLOCK_8X8, BLOCK_8X4}, {BLOCK_4X8, BLOCK_4X4}},
125 {{BLOCK_8X16, BLOCK_8X8}, {BLOCK_INVALID, BLOCK_4X8}},
126 {{BLOCK_16X8, BLOCK_INVALID}, {BLOCK_8X8, BLOCK_8X4}},
127 {{BLOCK_16X16, BLOCK_16X8}, {BLOCK_8X16, BLOCK_8X8}},
H A Dvp9_enums.h50 BLOCK_8X8, enumerator in enum:BLOCK_SIZE
H A Dvp9_reconinter.c162 const MV mv = mi->mbmi.sb_type < BLOCK_8X8
215 if (xd->mi[0]->mbmi.sb_type < BLOCK_8X8) {
217 assert(bsize == BLOCK_8X8);
266 const MV mv = mi->mbmi.sb_type < BLOCK_8X8
398 if (xd->mi[0]->mbmi.sb_type < BLOCK_8X8) {
400 assert(bsize == BLOCK_8X8);
H A Dvp9_blockd.h148 return mi->mbmi.sb_type < BLOCK_8X8 ? mi->bmi[block].as_mode
276 if (bsize < BLOCK_8X8) {
H A Dvp9_mvref_common.c129 return block_idx >= 0 && candidate->mbmi.sb_type < BLOCK_8X8
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_common_data.c78 BLOCK_8X8, BLOCK_8X16, BLOCK_16X8,
97 BLOCK_8X8, BLOCK_INVALID, BLOCK_INVALID,
112 BLOCK_8X8, // TX_8X8
131 {{BLOCK_8X8, BLOCK_8X4}, {BLOCK_4X8, BLOCK_4X4}},
132 {{BLOCK_8X16, BLOCK_8X8}, {BLOCK_INVALID, BLOCK_4X8}},
133 {{BLOCK_16X8, BLOCK_INVALID}, {BLOCK_8X8, BLOCK_8X4}},
134 {{BLOCK_16X16, BLOCK_16X8}, {BLOCK_8X16, BLOCK_8X8}},
H A Dvp9_enums.h47 BLOCK_8X8, enumerator in enum:BLOCK_SIZE
H A Dvp9_blockd.h153 return mi->mbmi.sb_type < BLOCK_8X8 ? mi->bmi[block].as_mode
279 if (bsize < BLOCK_8X8) {
H A Dvp9_mvref_common.h139 return block_idx >= 0 && candidate->mbmi.sb_type < BLOCK_8X8
H A Dvp9_reconinter.c275 const MV mv = mi->mbmi.sb_type < BLOCK_8X8
338 if (xd->mi[0].src_mi->mbmi.sb_type < BLOCK_8X8) {
340 assert(bsize == BLOCK_8X8);
384 const MV mv = mi->mbmi.sb_type < BLOCK_8X8
564 if (xd->mi[0].src_mi->mbmi.sb_type < BLOCK_8X8) {
566 assert(bsize == BLOCK_8X8);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c109 return BLOCK_8X8;
285 case BLOCK_8X8: {
483 BLOCK_8X8);
497 BLOCK_8X8);
584 if (is_inter_block(mbmi) && mbmi->sb_type < BLOCK_8X8) {
710 if (bsize < BLOCK_8X8) {
780 if (bsize >= BLOCK_8X8) {
936 if (bsize >= BLOCK_8X8) {
956 if (mi_col + hbs < cm->mi_cols && bsize > BLOCK_8X8) {
964 if (mi_row + hbs < cm->mi_rows && bsize > BLOCK_8X8) {
[all...]
H A Dvp9_bitstream.c258 if (bsize >= BLOCK_8X8 && cm->tx_mode == TX_MODE_SELECT &&
265 if (bsize >= BLOCK_8X8) {
286 if (bsize >= BLOCK_8X8) {
302 if (bsize < BLOCK_8X8) {
346 if (bsize >= BLOCK_8X8 && cm->tx_mode == TX_MODE_SELECT)
349 if (bsize >= BLOCK_8X8) {
436 if (subsize < BLOCK_8X8) {
468 if (bsize >= BLOCK_8X8 &&
469 (bsize == BLOCK_8X8 || partition != PARTITION_SPLIT))
H A Dvp9_rdopt.c651 const uint8_t *src_init = &p->src.buf[raster_block_offset(BLOCK_8X8, ib,
653 uint8_t *dst_init = &pd->dst.buf[raster_block_offset(BLOCK_8X8, ib,
693 int16_t *const src_diff = raster_block_offset_int16(BLOCK_8X8, block,
1013 skip_uv, bsize < BLOCK_8X8 ? BLOCK_8X8 : bsize);
1019 bsize < BLOCK_8X8 ? BLOCK_8X8 : bsize, max_tx_size);
1111 const uint8_t *const src = &p->src.buf[raster_block_offset(BLOCK_8X8, i,
1113 uint8_t *const dst = &pd->dst.buf[raster_block_offset(BLOCK_8X8, i,
1122 const uint8_t *pre = &pd->pre[ref].buf[raster_block_offset(BLOCK_8X8,
[all...]
H A Dvp9_aq_cyclicrefresh.c208 cr->min_block_size = BLOCK_8X8;
H A Dvp9_context_tree.c15 BLOCK_8X8,
H A Dvp9_encodemv.c248 if (mbmi->sb_type < BLOCK_8X8) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c64 case BLOCK_8X8:
143 return BLOCK_8X8;
363 case BLOCK_8X8: {
562 BLOCK_8X8);
576 BLOCK_8X8);
896 if (is_inter_block(mbmi) && mbmi->sb_type < BLOCK_8X8) {
990 if (bsize < BLOCK_8X8) {
1065 if (bsize >= BLOCK_8X8)
1133 case BLOCK_8X8:
1209 if (bsize < BLOCK_8X8) {
[all...]
H A Dvp9_bitstream.c261 if (bsize >= BLOCK_8X8 && cm->tx_mode == TX_MODE_SELECT &&
268 if (bsize >= BLOCK_8X8) {
289 if (bsize >= BLOCK_8X8) {
304 if (bsize < BLOCK_8X8) {
349 if (bsize >= BLOCK_8X8 && cm->tx_mode == TX_MODE_SELECT)
352 if (bsize >= BLOCK_8X8) {
435 if (subsize < BLOCK_8X8) {
467 if (bsize >= BLOCK_8X8 &&
468 (bsize == BLOCK_8X8 || partition != PARTITION_SPLIT))
H A Dvp9_rdopt.c495 bs = BLOCK_8X8;
1057 const uint8_t *src_init = &p->src.buf[raster_block_offset(BLOCK_8X8, ib,
1059 uint8_t *dst_init = &pd->dst.buf[raster_block_offset(BLOCK_8X8, ib,
1099 int16_t *const src_diff = raster_block_offset_int16(BLOCK_8X8, block,
1441 skip_uv, bsize < BLOCK_8X8 ? BLOCK_8X8 : bsize);
1447 bsize < BLOCK_8X8 ? BLOCK_8X8 : bsize, max_tx_size);
1554 const uint8_t *const src = &p->src.buf[raster_block_offset(BLOCK_8X8, i,
1556 uint8_t *const dst = &pd->dst.buf[raster_block_offset(BLOCK_8X8,
[all...]
H A Dvp9_aq_cyclicrefresh.c207 cr->min_block_size = BLOCK_8X8;
H A Dvp9_block.h220 case BLOCK_8X8:
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodemv.c80 if (allow_select && tx_mode == TX_MODE_SELECT && bsize >= BLOCK_8X8)
451 if (bsize < BLOCK_8X8) {
457 if (bsize >= BLOCK_8X8)
461 if (bsize < BLOCK_8X8 || mbmi->mode != ZEROMV) {
472 if (bsize < BLOCK_8X8) {
H A Dvp9_decodeframe.c347 const int less8x8 = bsize < BLOCK_8X8;
352 bsize = BLOCK_8X8;
426 if (subsize >= BLOCK_8X8 && uv_subsize == BLOCK_INVALID)
429 if (subsize < BLOCK_8X8) {
458 if (bsize >= BLOCK_8X8 &&
459 (bsize == BLOCK_8X8 || partition != PARTITION_SPLIT))
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c81 if (allow_select && tx_mode == TX_MODE_SELECT && bsize >= BLOCK_8X8)
447 if (bsize < BLOCK_8X8) {
453 if (bsize >= BLOCK_8X8)
457 if (bsize < BLOCK_8X8 || mbmi->mode != ZEROMV) {
468 if (bsize < BLOCK_8X8) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h227 BLOCK_8X8, enumerator in enum:__anon13095

Completed in 502 milliseconds

12