| /external/libvpx/libvpx/vpx_scale/generic/ |
| D | yv12config.c | 57 int uv_width = aligned_width >> 1; in vp8_yv12_realloc_frame_buffer() local 174 const int uv_width = aligned_width >> ss_x; in vpx_realloc_frame_buffer() local
|
| /external/libaom/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() 214 const int uv_width = aligned_width >> ss_x; in aom_realloc_frame_buffer() local
|
| /external/libgav1/libgav1/src/ |
| D | frame_buffer.cc | 76 const int uv_width = in Libgav1ComputeFrameBufferInfo() local
|
| D | yuv_buffer.cc | 59 const int uv_width = in Realloc() local
|
| /external/libvpx/libvpx/vp9/encoder/ |
| D | vp9_lookahead.c | 104 int uv_width = src->uv_crop_width; in vp9_lookahead_push() local
|
| /external/libaom/libaom/av1/encoder/ |
| D | lookahead.c | 93 int uv_width = src->uv_crop_width; in av1_lookahead_push() local
|
| /external/libvpx/libvpx/vpx_scale/ |
| D | yv12config.h | 36 int uv_width; member
|
| /external/webp/src/enc/ |
| D | picture_enc.c | 94 const int uv_width = (int)(((int64_t)width + 1) >> 1); in WebPPictureAllocYUVA() local
|
| D | picture_tools_enc.c | 200 const int uv_width = (pic->width >> 1); // omit last pixel during u/v loop in WebPBlendAlpha() local
|
| D | picture_csp_enc.c | 886 const int uv_width = (width + 1) >> 1; in ImportYUVAFromRGBA() local
|
| /external/webp/src/dec/ |
| D | buffer_dec.c | 50 const int uv_width = (width + 1) / 2; in CheckDecBuffer() local
|
| D | io_dec.c | 576 const int uv_width = (io->mb_w + 1) >> 1; in CustomSetup() local
|
| /external/webp/src/dsp/ |
| D | yuv.c | 131 const int uv_width = src_width >> 1; in WebPConvertARGBToUV_C() local
|
| /external/libaom/libaom/aom_scale/ |
| D | yv12config.h | 36 int uv_width; member
|
| /external/libvpx/libvpx/vp8/decoder/ |
| D | threading.c | 736 int uv_width; in vp8mt_alloc_temp_buffers() local
|
| /external/libvpx/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/libaom/libaom/av1/encoder/x86/ |
| D | temporal_filter_sse4.c | 803 const unsigned int uv_width = block_width >> ss_x, in apply_temporal_filter_chroma() local 950 const unsigned int uv_width = block_width >> ss_x; in apply_temporal_filter_yuv() local 1762 const unsigned int uv_width = block_width >> ss_x, in highbd_apply_temporal_filter_chroma() local 1915 const unsigned int uv_width = block_width >> ss_x; in highbd_apply_temporal_filter_yuv() local
|
| /external/libvpx/libvpx/vp9/encoder/x86/ |
| D | temporal_filter_sse4.c | 729 const unsigned int uv_width = block_width >> ss_x, in vp9_apply_temporal_filter_chroma() local
|
| D | highbd_temporal_filter_sse4.c | 730 const unsigned int uv_width = block_width >> ss_x, in vp9_highbd_apply_temporal_filter_chroma() local
|
| /external/libaom/libaom/test/ |
| D | temporal_filter_yuv_test.cc | 555 const int uv_width = width >> ss_x, uv_height = height >> ss_y; in CompareTestWithParam() local
|
| /external/libvpx/libvpx/vp8/encoder/ |
| D | onyx_if.c | 5157 unsigned int uv_width = (y_width + 1) / 2; in vp8_get_compressed_data() local
|