Searched refs:PutCoeffs (Results 1 - 2 of 2) sorted by relevance
/external/opencv3/3rdparty/libwebp/enc/ |
H A D | frame.c | 396 static int PutCoeffs(VP8BitWriter* const bw, int ctx, const VP8Residual* res) { function 484 PutCoeffs(bw, it->top_nz_[8] + it->left_nz_[8], &res); 495 it->top_nz_[x] = it->left_nz_[y] = PutCoeffs(bw, ctx, &res); 508 PutCoeffs(bw, ctx, &res);
|
/external/webp/src/enc/ |
H A D | frame.c | 223 static int PutCoeffs(VP8BitWriter* const bw, int ctx, const VP8Residual* res) { function 311 PutCoeffs(bw, it->top_nz_[8] + it->left_nz_[8], &res); 322 it->top_nz_[x] = it->left_nz_[y] = PutCoeffs(bw, ctx, &res); 335 PutCoeffs(bw, ctx, &res);
|
Completed in 96 milliseconds