Home
last modified time | relevance | path

Searched defs:uv_height (Results 1 – 18 of 18) sorted by relevance

/external/libaom/aom_scale/generic/
Dyv12config.c52 const int aligned_height, const int uv_width, const int uv_height, in realloc_frame_buffer_aligned()
184 uint64_t *yplane_size, uint64_t *uvplane_size, const int uv_height) { in calc_stride_and_planesize()
226 const int uv_height = aligned_height >> ss_y; in aom_realloc_frame_buffer() local
/external/libvpx/vpx_scale/generic/
Dyv12config.c58 int uv_height = aligned_height >> 1; in vp8_yv12_realloc_frame_buffer() local
179 const int uv_height = aligned_height >> ss_y; in vpx_realloc_frame_buffer() local
/external/libgav1/src/
Dframe_buffer.cc78 const int uv_height = in Libgav1ComputeFrameBufferInfo() local
Dyuv_buffer.cc62 const int uv_height = in Realloc() local
/external/libaom/test/
Dencode_small_width_height_test.cc159 int uv_height = (kHeight + 1) >> 1; variable
/external/libvpx/vp9/encoder/
Dvp9_lookahead.c105 int uv_height = src->uv_crop_height; in vp9_lookahead_push() local
/external/libaom/av1/encoder/
Dlookahead.c107 int uv_height = src->uv_crop_height; in av1_lookahead_push() local
/external/webp/imageio/
Dimage_enc.c487 const int uv_height = (height + 1) / 2; in WebPWritePGM() local
531 const int uv_height = (height + 1) / 2; in WebPWriteYUV() local
/external/libvpx/vpx_scale/
Dyv12config.h37 int uv_height; member
/external/webp/src/enc/
Dpicture_enc.c110 const int uv_height = (int)(((int64_t)height + 1) >> 1); in WebPPictureAllocYUVA() local
/external/webp/src/dec/
Dbuffer_dec.c51 const int uv_height = (height + 1) / 2; in CheckDecBuffer() local
/external/webp/examples/
Dcwebp.c53 const int uv_height = (pic->height + 1) / 2; in ReadYUV() local
310 const int uv_height = (picture->height + 1) / 2; in DumpPicture() local
/external/libaom/aom_scale/
Dyv12config.h51 int uv_height; member
/external/libvpx/test/
Dyuv_temporal_filter_test.cc328 const int uv_width = width >> ss_x, uv_height = height >> ss_y; in CompareTestWithParam() local
453 const int uv_width = width >> ss_x, uv_height = height >> ss_y; in RunTestFilterWithParam() local
/external/libyuv/files/source/
Dconvert.cc173 int uv_height = SUBSAMPLE(height, subsample_y, subsample_y); in Planar16bitTo8bit() local
258 const int uv_height = SUBSAMPLE(height, 1, 1); in I210ToI420() local
472 const int uv_height = SUBSAMPLE(height, subsample_y, subsample_y); in IxxxToPxxx() local
/external/libvpx/vp9/encoder/x86/
Dhighbd_temporal_filter_sse4.c694 uv_height = block_height >> ss_y; in vp9_highbd_apply_temporal_filter_chroma() local
Dtemporal_filter_sse4.c684 uv_height = block_height >> ss_y; in vp9_apply_temporal_filter_chroma() local
/external/libvpx/vp8/encoder/
Donyx_if.c5148 unsigned int uv_height = (y_height + 1) / 2; in vp8_get_compressed_data() local