Home
last modified time | relevance | path

Searched defs:p_width (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/libaom/av1/encoder/
H A Dglobal_motion.c115 int p_width, int p_height) { in generic_sad_highbd()
135 int dst_stride, int p_width, int p_height, int bd, uint8_t *segment_map, in highbd_segmented_frame_error()
175 int p_col, int p_row, int p_width, in highbd_warp_error()
220 int p_width, int p_height) { in generic_sad()
240 int p_width, int p_height, in segmented_frame_error()
278 int p_row, int p_width, int p_height, in warp_error()
322 int p_width, int p_height, in av1_segmented_frame_error()
343 int p_col, int p_row, int p_width, int p_height, in get_warp_error()
/aosp_15_r20/external/libaom/av1/common/x86/
H A Dwarp_plane_sse4.c528 const int reduce_bits_vert, int p_stride, int p_width, in store_vertical_filter_output()
622 int16_t delta, int p_height, int p_stride, int p_width, int i, int j, in warp_vertical_filter()
649 int16_t delta, int p_height, int p_stride, int p_width, int i, int j, in warp_vertical_filter_gamma0()
677 int16_t delta, int p_height, int p_stride, int p_width, int i, int j, in warp_vertical_filter_delta0()
703 int16_t delta, int p_height, int p_stride, int p_width, int i, int j, in warp_vertical_filter_gamma0_delta0()
730 int16_t delta, int p_height, int p_stride, int p_width, int i, int j, in prepare_warp_vertical_filter()
775 int p_row, int p_width, int p_height, int p_stride, in av1_warp_affine_sse4_1()
H A Dwarp_plane_avx2.c662 int i, int j, int k, const int reduce_bits_vert, int p_stride, int p_width, in store_vertical_filter_output_avx2()
781 int16_t gamma, int16_t delta, int p_height, int p_stride, int p_width, in warp_vertical_filter_avx2()
830 int16_t gamma, int16_t delta, int p_height, int p_stride, int p_width, in warp_vertical_filter_gamma0_avx2()
879 int16_t gamma, int16_t delta, int p_height, int p_stride, int p_width, in warp_vertical_filter_delta0_avx2()
927 int16_t gamma, int16_t delta, int p_height, int p_stride, int p_width, in warp_vertical_filter_gamma0_delta0_avx2()
975 int16_t gamma, int16_t delta, int p_height, int p_stride, int p_width, in prepare_warp_vertical_filter_avx2()
1027 int p_row, int p_width, int p_height, int p_stride, in av1_warp_affine_avx2()
H A Dhighbd_warp_affine_avx2.c20 int p_width, int p_height, int p_stride, in av1_highbd_warp_affine_avx2()
H A Dhighbd_warp_plane_sse4.c299 int p_width, int p_height, int p_stride, in av1_highbd_warp_affine_sse4_1()
/aosp_15_r20/external/libaom/av1/common/
H A Dwarped_motion.c288 int p_col, int p_row, int p_width, int p_height, in av1_highbd_warp_affine_c()
416 int p_col, int p_row, int p_width, int p_height, in highbd_warp_plane()
519 int p_row, int p_width, int p_height, int p_stride, in av1_warp_affine_c()
649 int p_width, int p_height, int p_stride, int subsampling_x, in warp_plane()
663 uint8_t *pred, int p_col, int p_row, int p_width, in av1_warp_plane()
/aosp_15_r20/external/libaom/av1/common/arm/
H A Dwarp_plane_neon.h99 const uint8_t *ref, int width, int height, int stride, int p_width, in warp_affine_horizontal()
215 uint8_t *pred, int p_width, int p_height, int p_stride, int is_compound, in warp_affine_vertical()
344 uint8_t *pred, int p_col, int p_row, int p_width, int p_height, in av1_warp_affine_common()
H A Dhighbd_warp_plane_neon.h130 int stride, int p_width, in warp_affine_horizontal()
421 uint16_t *pred, int p_width, int p_height, int p_stride, int bd, in warp_affine_vertical()
448 uint16_t *pred, int p_col, int p_row, int p_width, int p_height, in highbd_warp_affine_common()
H A Dwarp_plane_neon.c281 int p_row, int p_width, int p_height, int p_stride, in av1_warp_affine_neon()
H A Dhighbd_warp_plane_neon.c263 int p_width, int p_height, int p_stride, in av1_highbd_warp_affine_neon()
H A Dwarp_plane_neon_i8mm.c286 int p_col, int p_row, int p_width, int p_height, in av1_warp_affine_neon_i8mm()
H A Dwarp_plane_sve.c280 int p_row, int p_width, int p_height, int p_stride, in av1_warp_affine_sve()
H A Dhighbd_warp_plane_sve.c239 int p_width, int p_height, int p_stride, in av1_highbd_warp_affine_sve()
/aosp_15_r20/hardware/google/gfxstream/host/gl/
DEmulatedEglWindowSurface.cpp53 int p_width, in create()
149 bool EmulatedEglWindowSurface::resize(unsigned int p_width, unsigned int p_height) in resize()
DColorBufferGl.cpp246 std::unique_ptr<ColorBufferGl> ColorBufferGl::create(EGLDisplay p_display, int p_width, in create()
/aosp_15_r20/hardware/google/gfxstream/host/
DFrameBuffer.cpp591 FrameBuffer::FrameBuffer(int p_width, int p_height, gfxstream::host::FeatureSet features, bool useS… in FrameBuffer()
1175 HandleType FrameBuffer::createColorBuffer(int p_width, in createColorBuffer()
1188 void FrameBuffer::createColorBufferWithHandle(int p_width, int p_height, GLenum p_internalFormat, in createColorBufferWithHandle()
1210 HandleType FrameBuffer::createColorBufferWithHandleLocked(int p_width, int p_height, in createColorBufferWithHandleLocked()
3224 HandleType FrameBuffer::createEmulatedEglWindowSurface(int p_config, int p_width, int p_height) { in createEmulatedEglWindowSurface()