Searched refs:Width (Results 1 - 25 of 36) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
H A Dbilinearfilter_arm.c25 int Width,
32 vp8_filter_block2d_bil_first_pass_armv6(src_ptr, FData, src_pitch, Height + 1, Width, HFilter);
35 vp8_filter_block2d_bil_second_pass_armv6(FData, dst_ptr, dst_pitch, Height, Width, VFilter);
17 vp8_filter_block2d_bil_armv6( unsigned char *src_ptr, unsigned char *dst_ptr, unsigned int src_pitch, unsigned int dst_pitch, const short *HFilter, const short *VFilter, int Width, int Height ) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dconvolve_test.cc198 int Width() const { return GET_PARAM(0); } function in class:__anon983::ConvolveTest
201 const int center = (kOuterBlockSize - Width()) / 2;
210 i % kOuterBlockSize >= (BorderLeft() + Width()));
265 Width(), Height()));
270 for (int x = 0; x < Width(); ++x)
282 Width(), Height()));
287 for (int x = 0; x < Width(); ++x)
299 Width(), Height()));
304 for (int x = 0; x < Width(); ++x)
355 Width(), Heigh
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyxd.h31 int Width; member in struct:__anon1065
H A Donyxc_int.h74 int Width; member in struct:VP8Common
H A Dfilter.c360 * INT32 Width : Block width
382 int Width,
390 filter_block2d_bil_first_pass(src_ptr, FData, src_pitch, Height + 1, Width, HFilter);
393 filter_block2d_bil_second_pass(FData, dst_ptr, dst_pitch, Height, Width, VFilter);
374 filter_block2d_bil( unsigned char *src_ptr, unsigned char *dst_ptr, unsigned int src_pitch, unsigned int dst_pitch, const short *HFilter, const short *VFilter, int Width, int Height ) argument
H A Donyx.h102 int Width; member in struct:__anon1062
H A Dpostproc.c495 * unsigned int Width width of plane
514 unsigned int Width, unsigned int Height, int Pitch)
523 for (j = 0; j < Width; j++)
735 dest->y_width = oci->Width;
748 int width = (oci->Width + 15) & ~15;
1196 dest->y_width = oci->Width;
510 vp8_plane_add_noise_c(unsigned char *Start, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int Width, unsigned int Height, int Pitch) argument
/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_hostcode.c161 ctx->Width = (unsigned short)(~0xf & (width + 0xf));
230 lnc_cmdbuf_insert_command_param(cmdbuf, (ctx->Width << 16) | ctx->Height);
353 psPicParams->Width = ctx->Width;
515 MBSkipRun = (ctx->Width * ctx->Height) / 256;
519 FirstMBAddress = (pBuffer->start_row_number * ctx->Width) / 16;
698 MBs = ctx->Height * ctx->Width / (16 * 16);
704 MBsperSlice = (SliceHeight * ctx->Width) / (16 * 16);
741 MBs = ctx->Height * ctx->Width / (16 * 16);
747 MBsperSlice = (SliceHeight * ctx->Width) / (1
[all...]
H A Dlnc_H263ES.c271 ASSERT(ctx->Width == pBuffer->picture_width);
276 if ((ctx->Width == 128) && (ctx->Height == 96))
278 else if ((ctx->Width == 176) && (ctx->Height == 144))
280 else if ((ctx->Width == 352) && (ctx->Height == 288))
282 else if ((ctx->Width == 704) && (ctx->Height == 576))
284 else if ((ctx->Width <= 720) && (ctx->Height <= 576))
301 ctx->Width,
H A Dpsb_deblock.c469 uint32_t Width,
482 PicSize = Width * Height;
505 i < Width;
530 h264_macroblockCmdSequence(cmdbuf, Above1Mb, (i % Width), (i / Width) - 1, 0);
531 h264_macroblockCmdSequence(cmdbuf, CurrMb, (i % Width), (i / Width), 1);
465 h264_secondPass( psb_cmdbuf_p cmdbuf, uint8_t * MbData, uint32_t OperatingModeCmd, uint32_t Width, uint32_t Height ) argument
H A Dlnc_hostcode.h161 IMG_UINT32 Width; member in struct:context_ENC_s
368 IMG_UINT16 Width; member in struct:_PIC_PARAMS_
H A Dlnc_H264ES.c338 //ASSERT(ctx->Width == pBuffer->picture_width);
496 MBSkipRun = (ctx->Width * ctx->Height) / 256;
500 FirstMBAddress = (pBuffer->start_row_number * ctx->Width) / 16;
707 if (((ctx->Height * ctx->Width) >> 8) < air_param->air_num_mbs)
708 air_param->air_num_mbs = ((ctx->Height * ctx->Width) >> 8);
/hardware/intel/img/psb_video/src/
H A Dpnw_hostcode.c516 ctx->Width = (unsigned short)(~0xf & (width + 0xf));
520 ctx->Width = (unsigned short)(~0x1 & (width + 0x1));
526 SearchWidth = min(MVEA_LRB_SEARCH_WIDTH, ctx->Width);
627 pnw_cmdbuf_insert_command_param((ctx->Width << 16) | ctx->Height);
676 (ctx->sRCParams.FrameRate * ctx->Width * ctx->Height);
798 psPicParams->Width = ctx->Width;
804 psPicParams->SearchWidth = min(MVEA_LRB_SEARCH_WIDTH, psPicParams->Width);
1030 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PicParams->Width 0x%08x\n", psPicParams->Width);
[all...]
H A Dpnw_H263ES.c301 if ((ctx->Width == 128) && (ctx->Height == 96))
303 else if ((ctx->Width == 176) && (ctx->Height == 144))
305 else if ((ctx->Width == 352) && (ctx->Height == 288))
307 else if ((ctx->Width == 704) && (ctx->Height == 576))
309 else if ((ctx->Width <= 720) && (ctx->Height <= 576))
H A Dpnw_H264ES.c235 pSequenceParams->bits_per_second = ctx->Height * ctx->Width * 30 * 12;
253 max_bps = (ctx->Width * ctx->Height * 3 / 2 ) * 8 * ctx->sRCParams.FrameRate;
254 if (ctx->Width > 720)
260 ctx->Width, ctx->Height, ctx->sRCParams.FrameRate);
613 //ASSERT(ctx->Width == pBuffer->picture_width);
738 MBSkipRun = (pBuffer->slice_height * ctx->Width) / 16;
747 FirstMBAddress = (pBuffer->start_row_number * ctx->Width) / 16;
876 ctx->Width / 16,
1095 max_bps = (ctx->Width * ctx->Height * 3 / 2 ) * 8 * ctx->sRCParams.FrameRate;
1096 if (ctx->Width > 72
[all...]
H A Dpnw_jpeg.c201 jpeg_ctx_p->ui8ScanNum = JPEG_SCANNING_COUNT(ctx->Width, ctx->Height, ctx->NumCores, jpeg_ctx_p->eFormat);
304 pnw_cmdbuf_insert_command_param((ctx->Width << 16) | ctx->Height);
362 ASSERT(ctx->Width >= jpeg_ctx->ui32OutputWidth);
366 if ((ctx->Width!=jpeg_ctx->ui32OutputWidth) || (ctx->Height!=jpeg_ctx->ui32OutputHeight)) {
H A Dpnw_hostcode.h206 IMG_UINT16 Width; /* ~0xf & (RawWidth + 0xf)*/ member in struct:context_ENC_s
447 IMG_UINT16 Width; member in struct:_PIC_PARAMS_
H A Dpnw_hostjpeg.h73 JPEG_SCANNING_COUNT(ctx->Width, ctx->Height, ctx->NumCores, eFormat) \
86 unsigned int ui32Width; //!< Width of the image component
94 unsigned int ui32OutputWidth; //!< Width of the JPEG image
326 // IMG_UINT32 ui32WidthBlocks ; /* Width in pixels, shall be a multiple of 8*/
428 IMG_UINT16 ui16_width; /*!< Width of the JPEG image */
438 IMG_UINT16 pui16_comp_width[255]; /*!< Width of the component buff */
466 IMG_UINT32 ui32WidthBlocks; //!< Width in pixels, shall be a multiple of 8
592 IMG_UINT32 ui32NumberMCUsX; /* Width / 16*/
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dsystemdependent.c42 void vp8_plane_add_noise_c(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_dx_iface.c434 oxcf.Width = ctx->si.w;
472 pc->Width = ctx->si.w;
486 if (pc->Width <= 0)
488 pc->Width = w;
500 if (vp8_alloc_frame_buffers(pc, pc->Width, pc->Height))
547 vp8mt_alloc_temp_buffers(pbi, pc->Width, prev_mb_rows);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dpostproc_mmx.asm248 ; unsigned int Width, unsigned int Height, int Pitch)
273 movsxd rcx, dword arg(5) ;[Width]
H A Dpostproc_sse2.asm662 ; unsigned int Width, unsigned int Height, int Pitch)
687 movsxd rcx, dword arg(5) ;[Width]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dmr_dissim.c24 unsigned int iw = cpi->oxcf.Width*cpi->oxcf.mr_down_sampling_factor.den
H A Donyx_if.c1108 int width = (cpi->oxcf.Width + 15) & ~15;
1112 cpi->lookahead = vp8_lookahead_init(cpi->oxcf.Width, cpi->oxcf.Height,
1157 int width = cm->Width;
1470 last_w = cpi->oxcf.Width;
1682 cm->Width = cpi->oxcf.Width;
1706 cm->Width = (hs - 1 + cpi->oxcf.Width * hr) / hs;
1710 if (last_w != cpi->oxcf.Width || last_h != cpi->oxcf.Height)
1713 if (((cm->Width
[all...]
H A Dfirstpass.c3211 int new_width = cpi->oxcf.Width;
3224 if ((cpi->common.Width != cpi->oxcf.Width) || (cpi->common.Height != cpi->oxcf.Height))
3337 new_width = ((hs - 1) + (cpi->oxcf.Width * hr)) / hs;
3344 effective_size_ratio = (double)(new_width * new_height) / (double)(cpi->oxcf.Width * cpi->oxcf.Height);
3363 if ((cpi->common.Width != new_width) || (cpi->common.Height != new_height))
3365 cpi->common.Width = new_width;

Completed in 699 milliseconds

12