HomeSort by relevance Sort by last modified time
    Searched refs:dequant (Results 51 - 52 of 52) sorted by null

1 23

  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 565 unsigned int threshold = (xd->block[0].dequant[1]
566 * xd->block[0].dequant[1] >>4);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 186 xd->plane[0].dequant = cm->y_dequant[q_index];
189 xd->plane[i].dequant = cm->uv_dequant[q_index];
    [all...]

Completed in 171 milliseconds

1 23