/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | convolve_test.cc | 198 int Width() const { return GET_PARAM(0); } in Width() function in __anon2c38e68b0111::ConvolveTest 201 const int center = (kOuterBlockSize - Width()) / 2; in BorderLeft() 210 i % kOuterBlockSize >= (BorderLeft() + Width())); in IsIndexInBorder() 265 Width(), Height())); in TEST_P() 270 for (int x = 0; x < Width(); ++x) in TEST_P() 282 Width(), Height())); in TEST_P() 287 for (int x = 0; x < Width(); ++x) in TEST_P() 299 Width(), Height())); in TEST_P() 304 for (int x = 0; x < Width(); ++x) in TEST_P() 355 Width(), Height()); in TEST_P() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/ |
D | bilinearfilter_arm.c | 25 int Width, in vp8_filter_block2d_bil_armv6() argument 32 vp8_filter_block2d_bil_first_pass_armv6(src_ptr, FData, src_pitch, Height + 1, Width, HFilter); in vp8_filter_block2d_bil_armv6() 35 vp8_filter_block2d_bil_second_pass_armv6(FData, dst_ptr, dst_pitch, Height, Width, VFilter); in vp8_filter_block2d_bil_armv6()
|
/hardware/intel/img/psb_video/src/mrst/ |
D | lnc_hostcode.c | 161 ctx->Width = (unsigned short)(~0xf & (width + 0xf)); in lnc_CreateContext() 230 lnc_cmdbuf_insert_command_param(cmdbuf, (ctx->Width << 16) | ctx->Height); in lnc_BeginPicture() 353 psPicParams->Width = ctx->Width; in lnc_RenderPictureParameter() 515 MBSkipRun = (ctx->Width * ctx->Height) / 256; in lnc_RedoRenderPictureSkippedFrame() 519 FirstMBAddress = (pBuffer->start_row_number * ctx->Width) / 16; in lnc_RedoRenderPictureSkippedFrame() 698 MBs = ctx->Height * ctx->Width / (16 * 16); in lnc__setup_busize() 704 MBsperSlice = (SliceHeight * ctx->Width) / (16 * 16); in lnc__setup_busize() 741 MBs = ctx->Height * ctx->Width / (16 * 16); in lnc__setup_busize() 747 MBsperSlice = (SliceHeight * ctx->Width) / (16 * 16); in lnc__setup_busize() 798 IMG_UINT32 max_bitrate = psContext->Width * psContext->Height * 1.5 * 8 * 60; in lnc__setup_rcdata() [all …]
|
D | lnc_H263ES.c | 271 ASSERT(ctx->Width == pBuffer->picture_width); in lnc__H263ES_process_picture_param() 276 if ((ctx->Width == 128) && (ctx->Height == 96)) in lnc__H263ES_process_picture_param() 278 else if ((ctx->Width == 176) && (ctx->Height == 144)) in lnc__H263ES_process_picture_param() 280 else if ((ctx->Width == 352) && (ctx->Height == 288)) in lnc__H263ES_process_picture_param() 282 else if ((ctx->Width == 704) && (ctx->Height == 576)) in lnc__H263ES_process_picture_param() 284 else if ((ctx->Width <= 720) && (ctx->Height <= 576)) in lnc__H263ES_process_picture_param() 301 ctx->Width, in lnc__H263ES_process_picture_param()
|
D | psb_deblock.c | 469 uint32_t Width, in h264_secondPass() argument 482 PicSize = Width * Height; in h264_secondPass() 505 i < Width; in h264_secondPass() 530 h264_macroblockCmdSequence(cmdbuf, Above1Mb, (i % Width), (i / Width) - 1, 0); in h264_secondPass() 531 h264_macroblockCmdSequence(cmdbuf, CurrMb, (i % Width), (i / Width), 1); in h264_secondPass()
|
D | lnc_H264ES.c | 496 MBSkipRun = (ctx->Width * ctx->Height) / 256; in lnc__H264ES_process_slice_param() 500 FirstMBAddress = (pBuffer->start_row_number * ctx->Width) / 16; in lnc__H264ES_process_slice_param() 707 if (((ctx->Height * ctx->Width) >> 8) < air_param->air_num_mbs) in lnc__H264ES_process_misc_param() 708 air_param->air_num_mbs = ((ctx->Height * ctx->Width) >> 8); in lnc__H264ES_process_misc_param()
|
D | lnc_hostcode.h | 161 IMG_UINT32 Width; member 368 IMG_UINT16 Width; member
|
/hardware/intel/img/psb_video/src/ |
D | pnw_hostcode.c | 516 ctx->Width = (unsigned short)(~0xf & (width + 0xf)); in pnw_CreateContext() 520 ctx->Width = (unsigned short)(~0x1 & (width + 0x1)); in pnw_CreateContext() 526 SearchWidth = min(MVEA_LRB_SEARCH_WIDTH, ctx->Width); in pnw_CreateContext() 627 pnw_cmdbuf_insert_command_param((ctx->Width << 16) | ctx->Height); in pnw_BeginPicture() 676 (ctx->sRCParams.FrameRate * ctx->Width * ctx->Height); in pnw_set_bias() 798 psPicParams->Width = ctx->Width; in pnw_RenderPictureParameter() 804 psPicParams->SearchWidth = min(MVEA_LRB_SEARCH_WIDTH, psPicParams->Width); in pnw_RenderPictureParameter() 1030 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PicParams->Width 0x%08x\n", psPicParams->Width); in pnw_EndPicture() 1128 MBs = ctx->Height * ctx->Width / (16 * 16); in pnw__setup_busize() 1134 MBsperSlice = (SliceHeight * ctx->Width) / (16 * 16); in pnw__setup_busize() [all …]
|
D | pnw_H264ES.c | 235 pSequenceParams->bits_per_second = ctx->Height * ctx->Width * 30 * 12; in pnw__H264ES_process_sequence_param() 253 max_bps = (ctx->Width * ctx->Height * 3 / 2 ) * 8 * ctx->sRCParams.FrameRate; in pnw__H264ES_process_sequence_param() 254 if (ctx->Width > 720) in pnw__H264ES_process_sequence_param() 260 ctx->Width, ctx->Height, ctx->sRCParams.FrameRate); in pnw__H264ES_process_sequence_param() 738 MBSkipRun = (pBuffer->slice_height * ctx->Width) / 16; in pnw__H264ES_encode_one_slice() 747 FirstMBAddress = (pBuffer->start_row_number * ctx->Width) / 16; in pnw__H264ES_encode_one_slice() 876 ctx->Width / 16, in pnw__H264ES_process_slice_param() 1095 max_bps = (ctx->Width * ctx->Height * 3 / 2 ) * 8 * ctx->sRCParams.FrameRate; in pnw__H264ES_process_misc_param() 1096 if (ctx->Width > 720) in pnw__H264ES_process_misc_param() 1102 ctx->Width, ctx->Height, ctx->sRCParams.FrameRate); in pnw__H264ES_process_misc_param() [all …]
|
D | pnw_H263ES.c | 301 if ((ctx->Width == 128) && (ctx->Height == 96)) in pnw__H263ES_process_picture_param() 303 else if ((ctx->Width == 176) && (ctx->Height == 144)) in pnw__H263ES_process_picture_param() 305 else if ((ctx->Width == 352) && (ctx->Height == 288)) in pnw__H263ES_process_picture_param() 307 else if ((ctx->Width == 704) && (ctx->Height == 576)) in pnw__H263ES_process_picture_param() 309 else if ((ctx->Width <= 720) && (ctx->Height <= 576)) in pnw__H263ES_process_picture_param()
|
D | pnw_jpeg.c | 201 …jpeg_ctx_p->ui8ScanNum = JPEG_SCANNING_COUNT(ctx->Width, ctx->Height, ctx->NumCores, jpeg_ctx_p->e… in pnw_jpeg_CreateContext() 304 pnw_cmdbuf_insert_command_param((ctx->Width << 16) | ctx->Height); in pnw_jpeg_BeginPicture() 362 ASSERT(ctx->Width >= jpeg_ctx->ui32OutputWidth); in pnw__jpeg_process_picture_param() 366 if ((ctx->Width!=jpeg_ctx->ui32OutputWidth) || (ctx->Height!=jpeg_ctx->ui32OutputHeight)) { in pnw__jpeg_process_picture_param()
|
D | pnw_hostcode.h | 206 IMG_UINT16 Width; /* ~0xf & (RawWidth + 0xf)*/ member 447 IMG_UINT16 Width; member
|
D | psb_surface_attrib.c | 258 int Width, in psb_CreateSurfacesForUserPtr() argument 280 unsigned int width = (unsigned int)Width; in psb_CreateSurfacesForUserPtr()
|
D | pnw_hostjpeg.h | 73 JPEG_SCANNING_COUNT(ctx->Width, ctx->Height, ctx->NumCores, eFormat) \
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | filter.c | 382 int Width, in filter_block2d_bil() argument 390 filter_block2d_bil_first_pass(src_ptr, FData, src_pitch, Height + 1, Width, HFilter); in filter_block2d_bil() 393 filter_block2d_bil_second_pass(FData, dst_ptr, dst_pitch, Height, Width, VFilter); in filter_block2d_bil()
|
D | onyxd.h | 31 int Width; member
|
D | onyxc_int.h | 74 int Width; member
|
D | onyx.h | 102 int Width; member
|
D | postproc.c | 514 unsigned int Width, unsigned int Height, int Pitch) in vp8_plane_add_noise_c() argument 523 for (j = 0; j < Width; j++) in vp8_plane_add_noise_c() 735 dest->y_width = oci->Width; in vp8_post_proc_frame() 748 int width = (oci->Width + 15) & ~15; in vp8_post_proc_frame() 1196 dest->y_width = oci->Width; in vp8_post_proc_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_dx_iface.c | 434 oxcf.Width = ctx->si.w; in vp8_decode() 472 pc->Width = ctx->si.w; in vp8_decode() 486 if (pc->Width <= 0) in vp8_decode() 488 pc->Width = w; in vp8_decode() 500 if (vp8_alloc_frame_buffers(pc, pc->Width, pc->Height)) in vp8_decode() 547 vp8mt_alloc_temp_buffers(pbi, pc->Width, prev_mb_rows); in vp8_decode()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | systemdependent.c | 42 void vp8_plane_add_noise_c(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | postproc_mmx.asm | 248 ; unsigned int Width, unsigned int Height, int Pitch) 273 movsxd rcx, dword arg(5) ;[Width]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_if.c | 1108 int width = (cpi->oxcf.Width + 15) & ~15; in alloc_raw_frame_buffers() 1112 cpi->lookahead = vp8_lookahead_init(cpi->oxcf.Width, cpi->oxcf.Height, in alloc_raw_frame_buffers() 1157 int width = cm->Width; in vp8_alloc_compressor_data() 1470 last_w = cpi->oxcf.Width; in vp8_change_config() 1682 cm->Width = cpi->oxcf.Width; in vp8_change_config() 1706 cm->Width = (hs - 1 + cpi->oxcf.Width * hr) / hs; in vp8_change_config() 1710 if (last_w != cpi->oxcf.Width || last_h != cpi->oxcf.Height) in vp8_change_config() 1713 if (((cm->Width + 15) & 0xfffffff0) != in vp8_change_config() 1750 int width = (cpi->oxcf.Width + 15) & ~15; in vp8_change_config() 2497 unsigned int width = cpi->common.Width; in generate_psnr_packet() [all …]
|
D | mr_dissim.c | 24 unsigned int iw = cpi->oxcf.Width*cpi->oxcf.mr_down_sampling_factor.den in vp8_cal_low_res_mb_cols()
|
D | firstpass.c | 3211 int new_width = cpi->oxcf.Width; in find_next_key_frame() 3224 if ((cpi->common.Width != cpi->oxcf.Width) || (cpi->common.Height != cpi->oxcf.Height)) in find_next_key_frame() 3337 new_width = ((hs - 1) + (cpi->oxcf.Width * hr)) / hs; in find_next_key_frame() 3344 …effective_size_ratio = (double)(new_width * new_height) / (double)(cpi->oxcf.Width * cpi->oxcf.Hei… in find_next_key_frame() 3363 if ((cpi->common.Width != new_width) || (cpi->common.Height != new_height)) in find_next_key_frame() 3365 cpi->common.Width = new_width; in find_next_key_frame()
|