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

  /external/opencv3/3rdparty/libwebp/dec/
quant.c 72 const int dquv_dc = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0; local
105 m->uv_mat_[0] = kDcTable[clip(q + dquv_dc, 117)];
  /external/webp/src/dec/
quant.c 68 const int dquv_dc = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0; local
101 m->uv_mat_[0] = kDcTable[clip(q + dquv_dc, 117)];

Completed in 176 milliseconds