HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK_16X16 (Results 1 - 17 of 17) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeintra.c 23 mbmi->tx_size = use_16x16_pred ? (mbmi->sb_type >= BLOCK_16X16 ? TX_16X16
vp9_mbgraph.c 32 vp9_variance_fn_ptr_t v_fn_ptr = cpi->fn_ptr[BLOCK_16X16];
71 vp9_build_inter_predictors_sby(xd, mb_row, mb_col, BLOCK_16X16);
263 mi_local.mbmi.sb_type = BLOCK_16X16;
vp9_temporal_filter.c 158 &cpi->fn_ptr[BLOCK_16X16],
172 &cpi->fn_ptr[BLOCK_16X16],
vp9_block.h 216 case BLOCK_16X16:
vp9_encodeframe.c 62 case BLOCK_16X16:
419 if (bsize < BLOCK_16X16)
640 if (bsize <= BLOCK_16X16) {
725 case BLOCK_16X16:
    [all...]
vp9_onyx_if.c 921 sf->always_this_block_size = BLOCK_16X16;
    [all...]
vp9_rdopt.c 433 bs = BLOCK_16X16;
    [all...]
vp9_firstpass.c 586 xd->mi_8x8[0]->mbmi.sb_type = BLOCK_16X16;
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_common_data.c 81 BLOCK_16X16, BLOCK_16X32, BLOCK_32X16,
100 BLOCK_16X16, BLOCK_INVALID, BLOCK_INVALID,
137 {{BLOCK_16X16, BLOCK_16X8}, {BLOCK_8X16, BLOCK_8X8}},
138 {{BLOCK_16X32, BLOCK_16X16}, {BLOCK_INVALID, BLOCK_8X16}},
139 {{BLOCK_32X16, BLOCK_INVALID}, {BLOCK_16X16, BLOCK_16X8}},
140 {{BLOCK_32X32, BLOCK_32X16}, {BLOCK_16X32, BLOCK_16X16}},
vp9_enums.h 32 BLOCK_16X16,
vp9_loopfilter.c 109 0x0000000000000101, // BLOCK_16X16,
126 0x0000000000000003, // BLOCK_16X16
144 0x0000000000000303, // BLOCK_16X16
180 0x0001, // BLOCK_16X16,
196 0x0001, // BLOCK_16X16
213 0x0001, // BLOCK_16X16
732 case BLOCK_16X16:
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c     [all...]
pickinter.c 503 &cpi->fn_ptr[BLOCK_16X16],
941 &cpi->fn_ptr[BLOCK_16X16],
977 &cpi->fn_ptr[BLOCK_16X16],
985 &cpi->fn_ptr[BLOCK_16X16],
1006 &cpi->fn_ptr[BLOCK_16X16],
    [all...]
temporal_filter.c 193 &cpi->fn_ptr[BLOCK_16X16],
206 &cpi->fn_ptr[BLOCK_16X16],
onyx_int.h 228 BLOCK_16X16,
onyx_if.c     [all...]
firstpass.c 452 vp8_variance_fn_ptr_t v_fn_ptr = cpi->fn_ptr[BLOCK_16X16];
    [all...]

Completed in 49 milliseconds