| /external/libvpx/vpx_scale/generic/ |
| D | yv12config.c | 57 int uv_width = aligned_width >> 1; in vp8_yv12_realloc_frame_buffer() local 178 const int uv_width = aligned_width >> ss_x; in vpx_realloc_frame_buffer() local
|
| /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() 225 const int uv_width = aligned_width >> ss_x; in aom_realloc_frame_buffer() local
|
| /external/libgav1/src/ |
| D | frame_buffer.cc | 76 const int uv_width = in Libgav1ComputeFrameBufferInfo() local
|
| D | yuv_buffer.cc | 60 const int uv_width = in Realloc() local
|
| /external/webp/extras/ |
| D | extras.c | 33 int y, width, uv_width; in WebPImportGray() local
|
| /external/libvpx/vp9/encoder/ |
| D | vp9_lookahead.c | 104 int uv_width = src->uv_crop_width; in vp9_lookahead_push() local
|
| /external/libaom/av1/encoder/ |
| D | lookahead.c | 106 int uv_width = src->uv_crop_width; in av1_lookahead_push() local
|
| /external/webp/imageio/ |
| D | image_enc.c | 486 const int uv_width = (width + 1) / 2; in WebPWritePGM() local 530 const int uv_width = (width + 1) / 2; in WebPWriteYUV() local
|
| /external/libvpx/vpx_scale/ |
| D | yv12config.h | 36 int uv_width; member
|
| /external/webp/src/enc/ |
| D | picture_enc.c | 109 const int uv_width = (int)(((int64_t)width + 1) >> 1); in WebPPictureAllocYUVA() local
|
| D | picture_tools_enc.c | 201 const int uv_width = (picture->width >> 1); in WebPBlendAlpha() local
|
| D | picture_csp_enc.c | 517 const int uv_width = (width + 1) >> 1; in ImportYUVAFromRGBA() local
|
| /external/webp/src/dsp/ |
| D | yuv.c | 131 const int uv_width = src_width >> 1; in WebPConvertARGBToUV_C() local
|
| /external/webp/src/dec/ |
| D | buffer_dec.c | 50 const int uv_width = (width + 1) / 2; in CheckDecBuffer() local
|
| D | io_dec.c | 594 const int uv_width = (io->mb_w + 1) >> 1; in CustomSetup() local
|
| /external/webp/examples/ |
| D | cwebp.c | 52 const int uv_width = (pic->width + 1) / 2; in ReadYUV() local 309 const int uv_width = (picture->width + 1) / 2; in DumpPicture() local
|
| /external/libvpx/vp8/decoder/ |
| D | threading.c | 736 int uv_width; in vp8mt_alloc_temp_buffers() local
|
| /external/libaom/aom_scale/ |
| D | yv12config.h | 44 int uv_width; 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 | 172 int uv_width = SUBSAMPLE(width, subsample_x, subsample_x); in Planar16bitTo8bit() local 257 const int uv_width = SUBSAMPLE(width, 1, 1); in I210ToI420() local 471 const int uv_width = SUBSAMPLE(width, subsample_x, subsample_x); in IxxxToPxxx() local
|
| /external/libvpx/vp9/encoder/x86/ |
| D | highbd_temporal_filter_sse4.c | 693 const unsigned int uv_width = block_width >> ss_x, in vp9_highbd_apply_temporal_filter_chroma() local
|
| D | temporal_filter_sse4.c | 683 const unsigned int uv_width = block_width >> ss_x, in vp9_apply_temporal_filter_chroma() local
|
| /external/libvpx/vp8/encoder/ |
| D | onyx_if.c | 5147 unsigned int uv_width = (y_width + 1) / 2; in vp8_get_compressed_data() local
|