HomeSort by relevance Sort by last modified time
    Searched full:copy_block (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /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;
  /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/
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,
  /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/webrtc/webrtc/modules/video_processing/test/
denoiser_test.cc 127 EXPECT_EQ(COPY_BLOCK, decision);
129 EXPECT_EQ(COPY_BLOCK, decision);
  /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/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;
  /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/x86/
denoising_sse2.c 114 return COPY_BLOCK;
  /external/libvpx/libvpx/vp9/common/
vp9_mfqe.c 133 static void copy_block(const uint8_t *y, const uint8_t *u, const uint8_t *v, function
198 copy_block(y, u, v, y_stride, uv_stride, yd, ud, vd,
321 copy_block(y, u, v, y_stride, uv_stride, yd, ud, vd,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
denoising_neon.c 161 return COPY_BLOCK;
  /external/opencv3/3rdparty/zlib/
trees.c 155 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
876 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
1205 local void copy_block(s, buf, len, header) function
    [all...]
  /external/pdfium/third_party/zlib_v128/
trees.c 155 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
876 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
1205 local void copy_block( function
    [all...]
  /external/zlib/src/
trees.c 155 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
876 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
1205 local void copy_block(s, buf, len, header) function
    [all...]
  /system/bt/stack/smp/
aes.c 307 # define block_copy(d, s) copy_block(d, s)
311 static void copy_block( void *d, const void *s ) function
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avclib_common.h 354 void copy_block(uint8 *pred, uint8 *cur, int width, int pred_pitch);
  /prebuilts/android-emulator/linux-x86_64/
emulator-ranchu-arm64 

Completed in 574 milliseconds

1 2 3 4