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

  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_frame_scale_neon.c 563 static void scale_plane_4_to_3_general(const uint8_t *src, const int src_stride, function
821 scale_plane_4_to_3_general(
824 scale_plane_4_to_3_general(src->u_buffer, src->uv_stride, dst->u_buffer,
828 scale_plane_4_to_3_general(src->v_buffer, src->uv_stride, dst->v_buffer,
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_frame_scale_ssse3.c 447 static void scale_plane_4_to_3_general(const uint8_t *src, const int src_stride, function
    [all...]

Completed in 77 milliseconds