OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COPY_BLOCK
(Results
1 - 11
of
11
) 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/libvpx/libvpx/vp8/encoder/
denoising.h
32
COPY_BLOCK
,
denoising.c
186
return
COPY_BLOCK
;
188
return
COPY_BLOCK
;
234
return
COPY_BLOCK
;
327
return
COPY_BLOCK
;
329
return
COPY_BLOCK
;
446
enum vp8_denoiser_decision decision_u =
COPY_BLOCK
;
447
enum vp8_denoiser_decision decision_v =
COPY_BLOCK
;
549
decision =
COPY_BLOCK
;
594
if (decision ==
COPY_BLOCK
)
606
if (decision_u ==
COPY_BLOCK
) {
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.h
22
COPY_BLOCK
,
vp9_denoiser.c
134
return
COPY_BLOCK
;
164
return
COPY_BLOCK
;
172
static void
copy_block
(uint8_t *dest, int dest_stride,
function
288
return
COPY_BLOCK
;
292
return
COPY_BLOCK
;
320
copy_block
(src.buf, src.stride, avg_start, avg.y_stride, bs);
321
} else { //
COPY_BLOCK
322
copy_block
(avg_start, avg.y_stride, src.buf, src.stride, bs);
/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/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
;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
denoising_neon.c
161
return
COPY_BLOCK
;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
denoising_sse2.c
114
return
COPY_BLOCK
;
Completed in 207 milliseconds