Home
last modified time | relevance | path

Searched refs:BLOCK_4X8 (Results 1 – 20 of 20) sorted by relevance

/external/libaom/libaom/av1/common/
Dcommon_data.h79 BLOCK_INVALID, BLOCK_4X8, BLOCK_8X16,
91 BLOCK_INVALID, BLOCK_4X8, BLOCK_8X16,
94 BLOCK_INVALID, BLOCK_4X8, BLOCK_8X16,
276 BLOCK_4X8, // TX_4X8
371 { { BLOCK_4X8, BLOCK_4X4 }, { BLOCK_INVALID, BLOCK_4X4 } },
373 { { BLOCK_8X8, BLOCK_8X4 }, { BLOCK_4X8, BLOCK_4X4 } },
374 { { BLOCK_8X16, BLOCK_8X8 }, { BLOCK_INVALID, BLOCK_4X8 } },
386 { { BLOCK_4X16, BLOCK_4X8 }, { BLOCK_INVALID, BLOCK_4X8 } },
Dcdef_block.c122 for (i = 0; i < 4 << (bsize == BLOCK_8X8 || bsize == BLOCK_4X8); i++) { in cdef_filter_block_c()
192 ydec ? (xdec ? BLOCK_4X4 : BLOCK_8X4) : (xdec ? BLOCK_4X8 : BLOCK_8X8); in cdef_filter_fb()
Donyxc_int.h937 bs = BLOCK_4X8; in scale_chroma_bsize()
939 case BLOCK_4X8: in scale_chroma_bsize()
945 bs = BLOCK_4X8; in scale_chroma_bsize()
Denums.h103 BLOCK_4X8, enumerator
Dreconinter.c786 case BLOCK_4X8: return 1; break; in av1_skip_u4x4_pred_in_obmc()
790 case BLOCK_4X8: return dir == 0; break; in av1_skip_u4x4_pred_in_obmc()
Dcdef_block_simd.h838 } else if (bsize == BLOCK_4X8) { in SIMD_FUNC()
862 } else if (bsize == BLOCK_4X8) { in SIMD_FUNC()
/external/libaom/libaom/test/
Dcdef_test.cc299 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
311 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
324 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
337 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
350 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
364 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
377 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
390 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
403 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
416 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
Dblockd_test.cc41 BLOCK_INVALID, BLOCK_INVALID, BLOCK_4X8, in TEST()
77 BLOCK_INVALID, BLOCK_INVALID, BLOCK_4X8, in TEST()
86 BLOCK_INVALID, BLOCK_INVALID, BLOCK_4X8, in TEST()
/external/libvpx/libvpx/vp9/common/
Dvp9_common_data.c73 BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, BLOCK_8X8, BLOCK_8X16, BLOCK_16X8,
81 BLOCK_INVALID, BLOCK_INVALID, BLOCK_INVALID, BLOCK_4X8, BLOCK_INVALID,
114 { { BLOCK_4X8, BLOCK_4X4 }, { BLOCK_INVALID, BLOCK_INVALID } },
116 { { BLOCK_8X8, BLOCK_8X4 }, { BLOCK_4X8, BLOCK_4X4 } },
117 { { BLOCK_8X16, BLOCK_8X8 }, { BLOCK_INVALID, BLOCK_4X8 } },
Dvp9_enums.h45 #define BLOCK_4X8 1 macro
Dvp9_reconinter.c162 assert(xd->mi[0]->sb_type != BLOCK_4X8 && in build_inter_predictors()
/external/libaom/libaom/av1/encoder/
Dpickcdef.c252 } else if (bsize == BLOCK_4X8) { in compute_cdef_dist()
353 : (xdec[pli] ? BLOCK_4X8 : BLOCK_8X8); in av1_cdef_search()
Dencoder.c1620 BLOCK_4X8, aom_highbd_sad4x8_bits8, aom_highbd_sad4x8_avg_bits8,
1684 HIGHBD_MBFP(BLOCK_4X8, aom_highbd_masked_sad4x8_bits8,
1741 HIGHBD_OBFP(BLOCK_4X8, aom_highbd_obmc_sad4x8_bits8,
1906 BLOCK_4X8, aom_highbd_sad4x8_bits10, aom_highbd_sad4x8_avg_bits10,
1972 HIGHBD_MBFP(BLOCK_4X8, aom_highbd_masked_sad4x8_bits10,
2029 HIGHBD_OBFP(BLOCK_4X8, aom_highbd_obmc_sad4x8_bits10,
2200 BLOCK_4X8, aom_highbd_sad4x8_bits12, aom_highbd_sad4x8_avg_bits12,
2266 HIGHBD_MBFP(BLOCK_4X8, aom_highbd_masked_sad4x8_bits12,
2323 HIGHBD_OBFP(BLOCK_4X8, aom_highbd_obmc_sad4x8_bits12,
2857 BFP(BLOCK_4X8, aom_sad4x8, aom_sad4x8_avg, aom_variance4x8, in av1_create_compressor()
[all …]
Drdopt.c737 if (bsize == BLOCK_4X4 || bsize == BLOCK_4X8 || bsize == BLOCK_8X4 || in inter_mode_data_block_idx()
7538 BLOCK_4X8, BLOCK_8X4, BLOCK_8X8, in estimate_wedge_sign()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c216 case BLOCK_4X8: in read_intra_frame_mode_info()
366 case BLOCK_4X8: in read_intra_block_mode_info()
Dvp9_decodeframe.c592 assert(xd->mi[0]->sb_type != BLOCK_4X8 && in dec_build_inter_predictors()
/external/libaom/libaom/examples/
Dinspect.c172 ENUM(BLOCK_4X4), ENUM(BLOCK_4X8), ENUM(BLOCK_8X4),
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c1665 BLOCK_4X8, vpx_highbd_sad4x8_bits8, vpx_highbd_sad4x8_avg_bits8, in MAKE_BFP_SADAVG_WRAPPER()
1742 HIGHBD_BFP(BLOCK_4X8, vpx_highbd_sad4x8_bits10, in MAKE_BFP_SADAVG_WRAPPER()
1823 HIGHBD_BFP(BLOCK_4X8, vpx_highbd_sad4x8_bits12, in MAKE_BFP_SADAVG_WRAPPER()
2427 BFP(BLOCK_4X8, vpx_sad4x8, vpx_sad4x8_avg, vpx_variance4x8, in vp9_create_compressor()
Dvp9_pickmode.c2667 if ((bsize == BLOCK_8X4 || bsize == BLOCK_4X8) && ref_frame > INTRA_FRAME && in vp9_pick_inter_mode_sub8x8()
Dvp9_rdopt.c4031 if (bsize == BLOCK_8X4 || bsize == BLOCK_4X8) { in vp9_rd_pick_inter_mode_sub8x8()