HomeSort by relevance Sort by last modified time
    Searched refs:coef_counts (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
tokenize.c 135 ++x->coef_counts [1] [0] [pt] [DCT_EOB_TOKEN];
149 ++x->coef_counts [1] [0] [pt] [token];
168 ++x->coef_counts [1] [band] [pt] [token];
181 ++x->coef_counts [1] [band] [pt] [DCT_EOB_TOKEN];
234 ++x->coef_counts [type] [c] [pt] [DCT_EOB_TOKEN];
249 ++x->coef_counts [type] [c] [pt] [token];
268 ++x->coef_counts [type] [band] [pt] [token];
280 ++x->coef_counts [type] [band] [pt] [DCT_EOB_TOKEN];
307 ++x->coef_counts [2] [0] [pt] [DCT_EOB_TOKEN];
322 ++x->coef_counts [2] [0] [pt] [token]
    [all...]
block.h 139 unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS]; member in struct:macroblock
bitstream.c 870 x->coef_counts[i][j];
949 x->coef_counts [i][j][k],
1064 vp8_copy(cpi->mb.coef_counts, default_coef_counts);
    [all...]
encodeframe.c 688 vp8_zero(x->coef_counts);
714 x->coef_counts [i][j][k][t] +=
715 x_thread->coef_counts [i][j][k][t];
    [all...]
ethreading.c 501 vp8_zero(mb->coef_counts);
  /external/libvpx/libvpx/vp8/encoder/
tokenize.c 135 ++x->coef_counts [1] [0] [pt] [DCT_EOB_TOKEN];
149 ++x->coef_counts [1] [0] [pt] [token];
168 ++x->coef_counts [1] [band] [pt] [token];
181 ++x->coef_counts [1] [band] [pt] [DCT_EOB_TOKEN];
234 ++x->coef_counts [type] [c] [pt] [DCT_EOB_TOKEN];
249 ++x->coef_counts [type] [c] [pt] [token];
268 ++x->coef_counts [type] [band] [pt] [token];
280 ++x->coef_counts [type] [band] [pt] [DCT_EOB_TOKEN];
307 ++x->coef_counts [2] [0] [pt] [DCT_EOB_TOKEN];
322 ++x->coef_counts [2] [0] [pt] [token]
    [all...]
block.h 138 unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS]; member in struct:macroblock
bitstream.c 871 x->coef_counts[i][j];
950 x->coef_counts [i][j][k],
1065 vp8_copy(cpi->mb.coef_counts, default_coef_counts);
    [all...]
encodeframe.c 675 vp8_zero(x->coef_counts);
701 x->coef_counts [i][j][k][t] +=
702 x_thread->coef_counts [i][j][k][t];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
tokenize.c 135 ++x->coef_counts [1] [0] [pt] [DCT_EOB_TOKEN];
149 ++x->coef_counts [1] [0] [pt] [token];
168 ++x->coef_counts [1] [band] [pt] [token];
181 ++x->coef_counts [1] [band] [pt] [DCT_EOB_TOKEN];
234 ++x->coef_counts [type] [c] [pt] [DCT_EOB_TOKEN];
249 ++x->coef_counts [type] [c] [pt] [token];
268 ++x->coef_counts [type] [band] [pt] [token];
280 ++x->coef_counts [type] [band] [pt] [DCT_EOB_TOKEN];
307 ++x->coef_counts [2] [0] [pt] [DCT_EOB_TOKEN];
322 ++x->coef_counts [2] [0] [pt] [token]
    [all...]
block.h 138 unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS]; member in struct:macroblock
bitstream.c 871 x->coef_counts[i][j];
950 x->coef_counts [i][j][k],
1065 vp8_copy(cpi->mb.coef_counts, default_coef_counts);
    [all...]
encodeframe.c 676 vp8_zero(x->coef_counts);
702 x->coef_counts [i][j][k][t] +=
703 x_thread->coef_counts [i][j][k][t];
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_detokenize.c 35 ++coef_counts[band][ctx][token]; \
68 unsigned int (*coef_counts)[COEFF_CONTEXTS][UNCONSTRAINED_NODES + 1] =
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 63 ++coef_counts[band][ctx][token]; \
94 unsigned int (*coef_counts)[COEFF_CONTEXTS][UNCONSTRAINED_NODES + 1] =
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_detokenize.c 63 ++coef_counts[band][ctx][token]; \
94 unsigned int (*coef_counts)[COEFF_CONTEXTS][UNCONSTRAINED_NODES + 1] =
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.h 290 vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES]; member in struct:VP9_COMP
vp9_tokenize.c 314 cpi->coef_counts[tx_size][type][ref];
vp9_bitstream.c 491 vp9_coeff_count *coef_counts = cpi->coef_counts[tx_size]; local
502 coef_counts[i][j][k][l]);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 388 vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES]; member in struct:VP9_COMP
vp9_tokenize.c 230 cpi->coef_counts[tx_size][type][ref];
vp9_bitstream.c 490 vp9_coeff_count *coef_counts = cpi->coef_counts[tx_size]; local
501 coef_counts[i][j][k][l]);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 389 vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES]; member in struct:VP9_COMP
vp9_tokenize.c 230 cpi->coef_counts[tx_size][type][ref];
vp9_bitstream.c 490 vp9_coeff_count *coef_counts = cpi->coef_counts[tx_size]; local
501 coef_counts[i][j][k][l]);
    [all...]

Completed in 568 milliseconds

1 2