Home
last modified time | relevance | path

Searched refs:yHistogram (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libpostproc/
H A Dpostprocess_template.c3328 uint64_t * const yHistogram= c.yHistogram; in postProcess() local
3374 if(c.frameNum == 1) yHistogram[0]= width*(uint64_t)height/64*15/256; in postProcess()
3377 sum+= yHistogram[i]; in postProcess()
3386 clipped-= yHistogram[black]; in postProcess()
3392 clipped-= yHistogram[white]; in postProcess()
3517 yHistogram[(srcBlock+qp_index*8)[srcStride*12 + 4]]++; in postProcess()
3710 if(yHistogram[i] > max) max=yHistogram[i]; in postProcess()
3714 int start=yHistogram[ in postProcess()
[all...]
H A Dpostprocess_internal.h129 uint64_t *yHistogram; member
H A Dpostprocess.c838 reallocAlign((void **)&c->yHistogram, 256*sizeof(uint64_t)); in reallocBuffers()
840 c->yHistogram[i]= width*height/64*15/256; in reallocBuffers()
903 av_free(c->yHistogram); in pp_free_context()

Completed in 11 milliseconds