Searched refs:COPY_BLOCK (Results 1 - 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Ddenoising.h25 COPY_BLOCK, enumerator in enum:vp8_denoiser_decision
H A Ddenoising.c131 return COPY_BLOCK;
283 decision = COPY_BLOCK;
295 if (decision == COPY_BLOCK)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_denoiser.h24 COPY_BLOCK, enumerator in enum:vp9_denoiser_decision
H A Dvp9_denoiser.c149 return COPY_BLOCK;
185 return COPY_BLOCK;
312 return COPY_BLOCK;
316 return COPY_BLOCK;
347 } else { // COPY_BLOCK
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Ddenoising.c216 return COPY_BLOCK;
218 return COPY_BLOCK;
264 return COPY_BLOCK;
357 return COPY_BLOCK;
359 return COPY_BLOCK;
512 enum vp8_denoiser_decision decision_u = COPY_BLOCK;
513 enum vp8_denoiser_decision decision_v = COPY_BLOCK;
615 decision = COPY_BLOCK;
660 if (decision == COPY_BLOCK)
672 if (decision_u == COPY_BLOCK) {
[all...]
H A Ddenoising.h32 COPY_BLOCK, enumerator in enum:vp8_denoiser_decision
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
H A Ddenoising_neon.c226 return COPY_BLOCK;
230 return COPY_BLOCK;
285 return COPY_BLOCK;
462 return COPY_BLOCK;
466 return COPY_BLOCK;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Ddenoising_sse2.c174 return COPY_BLOCK;
177 return COPY_BLOCK;
232 return COPY_BLOCK;
369 return COPY_BLOCK;
372 return COPY_BLOCK;
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Ddenoising_neon.c161 return COPY_BLOCK;
/external/libvpx/libvpx/vp8/encoder/x86/
H A Ddenoising_sse2.c113 return COPY_BLOCK;

Completed in 143 milliseconds