Searched refs:VP8Scan (Results 1 – 6 of 6) sorted by relevance
/external/webp/src/enc/ |
D | quant.c | 333 const int VP8Scan[16 + 4 + 4] = { variable 592 VP8FTransform(src + VP8Scan[n], ref + VP8Scan[n], tmp[n]); in ReconstructIntra16() 619 VP8ITransform(ref + VP8Scan[n], tmp[n], yuv_out + VP8Scan[n], 1); in ReconstructIntra16() 660 VP8FTransform(src + VP8Scan[16 + n], ref + VP8Scan[16 + n], tmp[n]); in ReconstructUV() 683 VP8ITransform(ref + VP8Scan[16 + n], tmp[n], yuv_out + VP8Scan[16 + n], 1); in ReconstructUV() 769 const uint8_t* const src = src0 + VP8Scan[it->i4_]; in PickBestIntra4() 771 uint8_t* best_block = best_blocks + VP8Scan[it->i4_]; in PickBestIntra4() 806 if (best_block != best_blocks + VP8Scan[it->i4_]) in PickBestIntra4() 807 VP8Copy4x4(best_block, best_blocks + VP8Scan[it->i4_]); in PickBestIntra4() 873 const uint8_t* const src = it->yuv_in_ + Y_OFF + VP8Scan[it->i4_]; in SimpleQuantize() [all …]
|
D | vp8enci.h | 123 extern const int VP8Scan[16 + 4 + 4]; // in quant.c
|
D | analysis.c | 263 const uint8_t* const src = it->yuv_in_ + Y_OFF + VP8Scan[it->i4_]; in MBAnalyzeBestIntra4Mode()
|
D | dsp.c | 50 VP8FTransform(ref + VP8Scan[j], pred + VP8Scan[j], out); in CollectHistogram()
|
D | iterator.c | 378 const uint8_t* const blk = yuv_out + VP8Scan[it->i4_]; in VP8IteratorRotateI4()
|
D | dsp_sse2.c | 32 VP8FTransform(ref + VP8Scan[j], pred + VP8Scan[j], out); in CollectHistogramSSE2()
|