HomeSort by relevance Sort by last modified time
    Searched full:dequant (Results 26 - 43 of 43) sorted by null

12

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
combined_decode.cpp 38 /* 10/13/2000 : Add fast VLC+dequant */
522 * 9/18/2000 : VlcDecode+Dequant optimization *
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastcodemb.cpp 27 /* Purpose : Perform residue calc (only zero MV), DCT, H263 Quant/Dequant,*/
256 /* Purpose : Perform residue calc (only zero MV), DCT, MPEG Quant/Dequant,*/
mp4lib_int.h 371 Short dataBlock[128]; /* DCT block data before and after quant/dequant*/
  /external/chromium_org/third_party/libwebp/dec/
vp8i.h 225 // dequantization (one set of DC/AC dequant factor per segment)
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 181 int16_t *dequant; member in struct:macroblockd_plane
  /external/webp/src/dec/
vp8i.h 225 // dequantization (one set of DC/AC dequant factor per segment)
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 403 pd->dequant[1] >> 3, &rate, &dist);
450 model_rd_from_var_lapndz(sse, t * t, pd->dequant[1] >> 3, &rate, &dist);
574 int64_t p = (pd->dequant[1] * pd->dequant[1] *
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 464 unsigned int threshold = (xd->block[0].dequant[1]
465 * xd->block[0].dequant[1] >>4);
    [all...]
rdopt.c     [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodframe.c 81 /* Set up the macroblock dequant constants */
261 /* override the dc dequant constant in order to preserve the
    [all...]
threading.c 277 /* override the dc dequant constant in order to preserve the
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 197 xd->plane[0].dequant = cm->y_dequant[q_index];
200 xd->plane[i].dequant = cm->uv_dequant[q_index];
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
vp8enci.h 407 // quantization info (one set of DC/AC dequant factor per segment)
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.sh 29 # Dequant
  /external/webp/src/enc/
vp8enci.h 407 // quantization info (one set of DC/AC dequant factor per segment)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 699 /* Dequant tables */
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 699 /* Dequant tables */
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 699 /* Dequant tables */
    [all...]

Completed in 442 milliseconds

12