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

/external/libvpx/libvpx/vp9/common/
H A Dvp9_common_data.c80 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}},
H A Dvp9_findnearmv.h50 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
H A Dvp9_enums.h29 BLOCK_8X8, enumerator in enum:BLOCK_SIZE
H A Dvp9_reconinter.c139 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);
H A Dvp9_mvref_common.c124 return block_idx >= 0 && candidate->mbmi.sb_type < BLOCK_8X8
H A Dvp9_blockd.h246 return mode2txfm_map[mbmi->sb_type < BLOCK_8X8 ?
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c66 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...]
H A Dvp9_rdopt.c431 bs = BLOCK_8X8;
1030 uint8_t *src_init = raster_block_offset_uint8(BLOCK_8X8, ib,
1032 uint8_t *dst_init = raster_block_offset_uint8(BLOCK_8X8, ib,
1080 src_diff = raster_block_offset_int16(BLOCK_8X8, block, p->src_diff);
1343 // int mode_mask = (bsize <= BLOCK_8X8)
1426 bsize < BLOCK_8X8 ? BLOCK_8X8 : bsize);
1432 bsize < BLOCK_8X8 ? BLOCK_8X8 : bsize);
1557 uint8_t *const src = raster_block_offset_uint8(BLOCK_8X8,
[all...]
H A Dvp9_bitstream.c412 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))
H A Dvp9_block.h222 case BLOCK_8X8:
H A Dvp9_encodemv.c317 if (mbmi->sb_type < BLOCK_8X8) {
H A Dvp9_firstpass.c362 case BLOCK_8X8:
418 case BLOCK_8X8:
594 xd->mi_8x8[0]->mbmi.sb_type = BLOCK_8X8;
H A Dvp9_encodemb.c628 if (mbmi->sb_type < BLOCK_8X8 && plane == 0)
H A Dvp9_onyx_if.c1846 BFP(BLOCK_8X8, vp9_sad8x8, vp9_sad8x8_avg,
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c83 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) {
H A Dvp9_decodframe.c308 ? ((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))
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h226 BLOCK_8X8, enumerator in enum:__anon20630
H A Donyx_if.c2038 cpi->fn_ptr[BLOCK_8X8].sdf = vp8_sad8x8;
2039 cpi->fn_ptr[BLOCK_8X8].vf = vp8_variance8x8;
2040 cpi->fn_ptr[BLOCK_8X8].svf = vp8_sub_pixel_variance8x8;
2041 cpi->fn_ptr[BLOCK_8X8].svf_halfpix_h = NULL;
2042 cpi->fn_ptr[BLOCK_8X8].svf_halfpix_v = NULL;
2043 cpi->fn_ptr[BLOCK_8X8].svf_halfpix_hv = NULL;
2044 cpi->fn_ptr[BLOCK_8X8].sdx3f = vp8_sad8x8x3;
2045 cpi->fn_ptr[BLOCK_8X8].sdx8f = vp8_sad8x8x8;
2046 cpi->fn_ptr[BLOCK_8X8].sdx4df = vp8_sad8x8x4d;
2062 cpi->fn_ptr[BLOCK_8X8]
[all...]
H A Drdopt.c1412 rd_check_segment(cpi, x, &bsi, BLOCK_8X8);
1419 rd_check_segment(cpi, x, &bsi, BLOCK_8X8);
1474 if (cpi->sf.no_skip_block4x4_search || bsi.segment_num == BLOCK_8X8) /* || (sv_segment_rd8x8-bsi.segment_rd) < sv_segment_rd8x8>>5) */

Completed in 134 milliseconds