OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COPY_BLOCK
(Results
1 - 18
of
18
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
denoising.h
25
COPY_BLOCK
,
denoising.c
132
return
COPY_BLOCK
;
284
decision =
COPY_BLOCK
;
296
if (decision ==
COPY_BLOCK
)
/external/webrtc/webrtc/modules/video_processing/util/
denoiser_filter.h
24
enum DenoiserDecision {
COPY_BLOCK
, FILTER_BLOCK };
denoiser_filter_c.cc
185
return
COPY_BLOCK
;
187
return
COPY_BLOCK
;
denoiser_filter_neon.cc
267
return
COPY_BLOCK
;
271
return
COPY_BLOCK
;
denoiser_filter_sse2.cc
270
return
COPY_BLOCK
;
273
return
COPY_BLOCK
;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_outside.cpp
196
#define
COPY_BLOCK
{ *((uint32*)ptr) = *((uint32*)prev); \
277
COPY_BLOCK
306
COPY_BLOCK
333
COPY_BLOCK
374
COPY_BLOCK
406
COPY_BLOCK
433
COPY_BLOCK
461
COPY_BLOCK
490
COPY_BLOCK
/external/libvpx/libvpx/vp8/encoder/
denoising.c
216
return
COPY_BLOCK
;
218
return
COPY_BLOCK
;
264
return
COPY_BLOCK
;
357
return
COPY_BLOCK
;
359
return
COPY_BLOCK
;
511
enum vp8_denoiser_decision decision_u =
COPY_BLOCK
;
512
enum vp8_denoiser_decision decision_v =
COPY_BLOCK
;
621
decision =
COPY_BLOCK
;
666
if (decision ==
COPY_BLOCK
)
679
if (decision_u ==
COPY_BLOCK
) {
[
all
...]
denoising.h
34
COPY_BLOCK
,
/external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.h
25
COPY_BLOCK
,
vp9_denoiser.c
145
return
COPY_BLOCK
;
181
return
COPY_BLOCK
;
216
return
COPY_BLOCK
;
241
return
COPY_BLOCK
;
247
return
COPY_BLOCK
;
317
VP9_DENOISER_DECISION decision =
COPY_BLOCK
;
362
} else { //
COPY_BLOCK
/external/libvpx/libvpx/vp8/encoder/arm/neon/
denoising_neon.c
226
return
COPY_BLOCK
;
230
return
COPY_BLOCK
;
285
return
COPY_BLOCK
;
462
return
COPY_BLOCK
;
466
return
COPY_BLOCK
;
/external/libvpx/libvpx/vp8/encoder/x86/
denoising_sse2.c
174
return
COPY_BLOCK
;
177
return
COPY_BLOCK
;
232
return
COPY_BLOCK
;
369
return
COPY_BLOCK
;
372
return
COPY_BLOCK
;
/external/libvpx/libvpx/vp9/encoder/x86/
vp9_denoiser_sse2.c
229
return
COPY_BLOCK
;
232
return
COPY_BLOCK
;
335
return
COPY_BLOCK
;
338
return
COPY_BLOCK
;
373
return
COPY_BLOCK
;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
denoising_neon.c
161
return
COPY_BLOCK
;
/external/webrtc/webrtc/modules/video_processing/test/
denoiser_test.cc
127
EXPECT_EQ(
COPY_BLOCK
, decision);
129
EXPECT_EQ(
COPY_BLOCK
, decision);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
denoising_sse2.c
114
return
COPY_BLOCK
;
/external/libvpx/libvpx/vp8/encoder/mips/msa/
denoising_msa.c
312
return
COPY_BLOCK
;
317
return
COPY_BLOCK
;
404
return
COPY_BLOCK
;
606
return
COPY_BLOCK
;
611
return
COPY_BLOCK
;
Completed in 178 milliseconds