HomeSort by relevance Sort by last modified time
    Searched refs:vp9_temporal_filter_apply (Results 1 - 13 of 13) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_temporal_filter.c 296 vp9_temporal_filter_apply(f->y_buffer + mb_y_offset, f->y_stride,
300 vp9_temporal_filter_apply(f->u_buffer + mb_uv_offset, f->uv_stride,
305 vp9_temporal_filter_apply(f->v_buffer + mb_uv_offset, f->uv_stride,
  /external/libvpx/config/arm/
vp9_rtcd.h 102 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c macro
  /external/libvpx/config/generic/
vp9_rtcd.h 102 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c macro
  /external/libvpx/libvpx/vp9/common/
vp9_rtcd_defs.pl 320 add_proto qw/void vp9_temporal_filter_apply/, "uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count";
321 specialize qw/vp9_temporal_filter_apply sse2 msa/;
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 404 vp9_temporal_filter_apply(f->y_buffer + mb_y_offset, f->y_stride,
408 vp9_temporal_filter_apply(f->u_buffer + mb_uv_offset, f->uv_stride,
413 vp9_temporal_filter_apply(f->v_buffer + mb_uv_offset, f->uv_stride,
421 vp9_temporal_filter_apply(f->y_buffer + mb_y_offset, f->y_stride,
425 vp9_temporal_filter_apply(f->u_buffer + mb_uv_offset, f->uv_stride,
430 vp9_temporal_filter_apply(f->v_buffer + mb_uv_offset, f->uv_stride,
  /external/libvpx/config/arm-neon/
vp9_rtcd.h 110 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c macro
  /external/libvpx/config/arm64/
vp9_rtcd.h 110 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c macro
  /external/libvpx/config/mips32/
vp9_rtcd.h 102 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c macro
  /external/libvpx/config/mips32-dspr2/
vp9_rtcd.h 105 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c macro
  /external/libvpx/config/mips64/
vp9_rtcd.h 102 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c macro
  /external/libvpx/config/x86/
vp9_rtcd.h 124 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_sse2 macro
  /external/libvpx/config/x86_64/
vp9_rtcd.h 127 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_sse2 macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_rtcd_defs.pl     [all...]

Completed in 63 milliseconds