Searched defs:out_width (Results 1 - 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
H A D | simulcast_encoder_adapter_unittest.cc | 230 bool GetLastEncodedImageInfo(int* out_width, argument 236 *out_width = last_encoded_image_width_;
|
/external/libjpeg-turbo/simd/ |
H A D | jdcolext-altivec.c | 26 void jsimd_ycc_rgb_convert_altivec (JDIMENSION out_width, JSAMPIMAGE input_buf, argument 31 int pitch = out_width * RGB_PIXELSIZE, num_cols;
|
/external/webp/src/dec/ |
H A D | io_dec.c | 299 const int out_width = io->scaled_width; local 301 const int uv_out_width = (out_width + 1) >> 1; 305 const size_t work_size = 2 * out_width; // scratch memory for luma rescaler 331 buf->y, out_width, out_height, buf->y_stride, 1, 343 buf->a, out_width, out_height, buf->a_stride, 1, 483 const int out_width = io->scaled_width; local 487 const size_t work_size = 2 * out_width; // scratch memory for one rescaler 495 tmp_size2 = 3 * out_width; 498 tmp_size2 += out_width; 517 tmp + 0 * out_width, out_widt [all...] |
H A D | vp8l_dec.c | 491 const int out_width = io->scaled_width; local 494 const uint64_t work_size = 2 * num_channels * (uint64_t)out_width; 496 const uint64_t scaled_data_size = (uint64_t)out_width; 516 out_width, out_height, 0, num_channels, work);
|
/external/kernel-headers/original/uapi/linux/ |
H A D | omapfb.h | 115 __u32 out_width, out_height; member in struct:omapfb_update_window 143 __u32 out_width; member in struct:omapfb_plane_info
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.c | 841 LLVMValueRef *out_width, 848 *out_width = lp_build_extract_broadcast(bld->gallivm, 837 lp_build_extract_image_sizes(struct lp_build_sample_context *bld, struct lp_type size_type, struct lp_type coord_type, LLVMValueRef size, LLVMValueRef *out_width, LLVMValueRef *out_height, LLVMValueRef *out_depth) argument
|
Completed in 400 milliseconds