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

  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 889 cpi->frame_coef_probs[i][j][k],
897 const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t];
949 cpi->frame_coef_probs [i][j][k],
958 const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t];
1105 const vp8_prob newp = cpi->frame_coef_probs[i][j][k][t];
1129 const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t];
    [all...]
onyx_int.h 445 vp8_prob frame_coef_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES]; member in struct:VP8_COMP
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
bitstream.c 888 cpi->frame_coef_probs[i][j][k],
896 const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t];
948 cpi->frame_coef_probs [i][j][k],
957 const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t];
1104 const vp8_prob newp = cpi->frame_coef_probs[i][j][k][t];
1128 const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t];
    [all...]
onyx_int.h 448 vp8_prob frame_coef_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES]; member in struct:VP8_COMP
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 390 vp9_coeff_probs_model frame_coef_probs[TX_SIZES][PLANE_TYPES]; member in struct:VP9_COMP
vp9_bitstream.c 489 vp9_coeff_probs_model *coef_probs = cpi->frame_coef_probs[tx_size];
517 vp9_coeff_probs_model *new_frame_coef_probs = cpi->frame_coef_probs[tx_size];
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 681 vp9_coeff_probs_model frame_coef_probs[PLANE_TYPES]; local
687 frame_coef_probs);
689 frame_coef_probs);
    [all...]

Completed in 1060 milliseconds