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

1 23

  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 248 int quantizer = (pd->dequant[1] >> dequant_shift);
259 pd->dequant[1] >> dequant_shift,
466 int64_t p = (pd->dequant[1] * pd->dequant[1] *
    [all...]
  /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 87 milliseconds

1 23