OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quant_hist_uw8_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_processing/
deflickering.cc
70
quant_hist_uw8_
[0][0] = 0;
71
quant_hist_uw8_
[0][kNumQuants - 1] = 255;
74
quant_hist_uw8_
[0][i + 1] =
79
memcpy(
quant_hist_uw8_
[i],
quant_hist_uw8_
[0],
161
memmove(
quant_hist_uw8_
[1],
quant_hist_uw8_
[0],
164
memcpy(
quant_hist_uw8_
[0], quant_uw8, kNumQuants * sizeof(uint8_t));
179
if (
quant_hist_uw8_
[j][i] > maxquant_uw8[i]) {
180
maxquant_uw8[i] =
quant_hist_uw8_
[j][i]
[
all
...]
deflickering.h
50
uint8_t
quant_hist_uw8_
[kFrameHistory_size][kNumQuants];
member in class:webrtc::VPMDeflickering
Completed in 43 milliseconds