| /external/libaom/aom_scale/generic/ |
| D | yv12config.c | 52 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/ |
| D | yv12config.c | 58 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/ |
| D | frame_buffer.cc | 78 const int uv_height = in Libgav1ComputeFrameBufferInfo() local
|
| D | yuv_buffer.cc | 62 const int uv_height = in Realloc() local
|
| /external/libaom/test/ |
| D | encode_small_width_height_test.cc | 159 int uv_height = (kHeight + 1) >> 1; variable
|
| /external/libvpx/vp9/encoder/ |
| D | vp9_lookahead.c | 105 int uv_height = src->uv_crop_height; in vp9_lookahead_push() local
|
| /external/libaom/av1/encoder/ |
| D | lookahead.c | 107 int uv_height = src->uv_crop_height; in av1_lookahead_push() local
|
| /external/webp/imageio/ |
| D | image_enc.c | 487 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/ |
| D | yv12config.h | 37 int uv_height; member
|
| /external/webp/src/enc/ |
| D | picture_enc.c | 110 const int uv_height = (int)(((int64_t)height + 1) >> 1); in WebPPictureAllocYUVA() local
|
| /external/webp/src/dec/ |
| D | buffer_dec.c | 51 const int uv_height = (height + 1) / 2; in CheckDecBuffer() local
|
| /external/webp/examples/ |
| D | cwebp.c | 53 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/ |
| D | yv12config.h | 51 int uv_height; member
|
| /external/libvpx/test/ |
| D | yuv_temporal_filter_test.cc | 328 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/ |
| D | convert.cc | 173 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/ |
| D | highbd_temporal_filter_sse4.c | 694 uv_height = block_height >> ss_y; in vp9_highbd_apply_temporal_filter_chroma() local
|
| D | temporal_filter_sse4.c | 684 uv_height = block_height >> ss_y; in vp9_apply_temporal_filter_chroma() local
|
| /external/libvpx/vp8/encoder/ |
| D | onyx_if.c | 5148 unsigned int uv_height = (y_height + 1) / 2; in vp8_get_compressed_data() local
|