/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | convolve_test.cc | 199 int Height() const { return GET_PARAM(1); } in Height() function in __anon2c38e68b0111::ConvolveTest 204 int BorderTop() const { return (kOuterBlockSize - Height()) / 2; } in BorderTop() 208 i >= (BorderTop() + Height()) * kOuterBlockSize || in IsIndexInBorder() 265 Width(), Height())); in TEST_P() 269 for (int y = 0; y < Height(); ++y) in TEST_P() 282 Width(), Height())); in TEST_P() 286 for (int y = 0; y < Height(); ++y) in TEST_P() 299 Width(), Height())); in TEST_P() 303 for (int y = 0; y < Height(); ++y) in TEST_P() 355 Width(), Height()); in TEST_P() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | variance_ssse3.c | 31 unsigned int Height, 41 unsigned int Height, 51 unsigned int Height, 61 unsigned int Height,
|
D | variance_sse2.c | 72 unsigned int Height, 84 unsigned int Height, 94 unsigned int Height, 104 unsigned int Height, 114 unsigned int Height, 124 unsigned int Height, 134 unsigned int Height,
|
D | variance_impl_sse2.asm | 409 ; unsigned int Height, 453 movsxd rcx, dword ptr arg(4) ;Height 529 movsxd rcx, dword ptr arg(4) ;Height 571 movsxd rcx, dword ptr arg(4) ;Height 600 movsxd rcx, dword ptr arg(4) ;Height 689 ; unsigned int Height, 714 movsxd rcx, dword ptr arg(4) ;Height ; 811 ; unsigned int Height, 831 movsxd rcx, dword ptr arg(4) ;Height ; 927 ; unsigned int Height, [all …]
|
D | variance_impl_ssse3.asm | 23 ; unsigned int Height, 65 movsxd rcx, dword ptr arg(4) ;Height 160 movsxd rcx, dword ptr arg(4) ;Height 219 movsxd rcx, dword ptr arg(4) ;Height 254 movsxd rcx, dword ptr arg(4) ;Height
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/ |
D | bilinearfilter_arm.c | 26 int Height 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_H263ES.c | 228 if (ctx->Height <= 400) in lnc__H263ES_process_sequence_param() 230 else if (ctx->Height < 800) in lnc__H263ES_process_sequence_param() 233 ctx->sRCParams.Slices = (ctx->Height + 15) >> (4 + (MBRows >> 1)); in lnc__H263ES_process_sequence_param() 272 ASSERT(ctx->Height == pBuffer->picture_height); 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() 302 ctx->Height, in lnc__H263ES_process_picture_param()
|
D | lnc_hostcode.c | 162 ctx->Height = (unsigned short)(~0xf & (height + 0xf)); in lnc_CreateContext() 164 ctx->HeightMinus16MinusLRBTopOffset = ctx->Height - (MVEA_LRB_TOP_OFFSET + 16); in lnc_CreateContext() 165 ctx->HeightMinus32MinusLRBTopOffset = ctx->Height - (MVEA_LRB_TOP_OFFSET + 32); in lnc_CreateContext() 166 …ctx->HeightMinusLRB_TopAndBottom_OffsetsPlus16 = ctx->Height - (MVEA_LRB_TOP_OFFSET + MVEA_LRB_TOP… in lnc_CreateContext() 167 ctx->HeightMinusLRBSearchHeight = ctx->Height - MVEA_LRB_SEARCH_HEIGHT; in lnc_CreateContext() 230 lnc_cmdbuf_insert_command_param(cmdbuf, (ctx->Width << 16) | ctx->Height); in lnc_BeginPicture() 354 psPicParams->Height = ctx->Height; in lnc_RenderPictureParameter() 515 MBSkipRun = (ctx->Width * ctx->Height) / 256; in lnc_RedoRenderPictureSkippedFrame() 698 MBs = ctx->Height * ctx->Width / (16 * 16); in lnc__setup_busize() 700 SliceHeight = ctx->Height / ctx->Slices; in lnc__setup_busize() [all …]
|
D | lnc_H264ES.c | 475 if ((pBuffer->slice_height == 0) || (pBuffer->start_row_number >= ctx->Height)) { in lnc__H264ES_process_slice_param() 496 MBSkipRun = (ctx->Width * ctx->Height) / 256; 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 | 162 IMG_UINT32 Height; member 369 IMG_UINT16 Height; member
|
/hardware/intel/img/psb_video/src/ |
D | pnw_hostcode.c | 517 ctx->Height = (unsigned short)(~0xf & (height + 0xf)); in pnw_CreateContext() 521 ctx->Height = (unsigned short)(~0x1 & (height + 0x1)); in pnw_CreateContext() 525 SearchHeight = min(MVEA_LRB_SEARCH_HEIGHT, ctx->Height); in pnw_CreateContext() 530 ctx->HeightMinus16MinusLRBTopOffset = ctx->Height - (SearchTopOffset + 16); in pnw_CreateContext() 531 ctx->HeightMinus32MinusLRBTopOffset = ctx->Height - (SearchTopOffset + 32); in pnw_CreateContext() 532 …ctx->HeightMinusLRB_TopAndBottom_OffsetsPlus16 = ctx->Height - (SearchTopOffset + SearchTopOff… in pnw_CreateContext() 533 ctx->HeightMinusLRBSearchHeight = ctx->Height - SearchHeight; 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() 799 psPicParams->Height = ctx->Height; in pnw_RenderPictureParameter() [all …]
|
D | pnw_H263ES.c | 142 ctx->Slices = ctx->Height / 16; in pnw_H263ES_CreateContext() 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_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() 260 ctx->Width, ctx->Height, ctx->sRCParams.FrameRate); in pnw__H264ES_process_sequence_param() 731 if (pBuffer->slice_height > (ctx->Height / 16) || in pnw__H264ES_encode_one_slice() 732 pBuffer->start_row_number > (ctx->Height / 16) || in pnw__H264ES_encode_one_slice() 733 (pBuffer->slice_height + pBuffer->start_row_number) > (ctx->Height / 16)) { in pnw__H264ES_encode_one_slice() 856 if (obj_buffer->num_elements > (ctx->Height / 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() 1102 ctx->Width, ctx->Height, ctx->sRCParams.FrameRate); in pnw__H264ES_process_misc_param() 1193 if (((ctx->Height * ctx->Width) >> 8) < (int)air_param->air_num_mbs) in pnw__H264ES_process_misc_param() [all …]
|
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() 363 ASSERT(ctx->Height >= jpeg_ctx->ui32OutputHeight); 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 | 207 IMG_UINT16 Height; /* ~0xf & (RawHeight + 0xf */ member 448 IMG_UINT16 Height; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_subpel_variance_impl_sse2.asm | 19 ; unsigned int Height, 39 movsxd rcx, dword ptr arg(4) ;Height ; 134 ; unsigned int Height, 154 movsxd rcx, dword ptr arg(4) ;Height 241 ; unsigned int Height, 261 movsxd rcx, dword ptr arg(4) ;Height ;
|
D | vp9_variance_sse2.c | 51 unsigned int Height, 61 unsigned int Height, 71 unsigned int Height, 81 unsigned int Height, 91 unsigned int Height, 101 unsigned int Height,
|
D | vp9_variance_impl_sse2.asm | 407 ; unsigned int Height, 432 movsxd rcx, dword ptr arg(4) ;Height ; 529 ; unsigned int Height, 554 movsxd rcx, dword ptr arg(4) ;Height ; 637 ; unsigned int Height, 662 movsxd rcx, dword ptr arg(4) ;Height ;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | filter.c | 383 int Height 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 | 32 int Height; member
|
D | onyxc_int.h | 75 int Height; member
|
D | onyx.h | 103 int Height; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_dx_iface.c | 435 oxcf.Height = ctx->si.h; in vp8_decode() 473 pc->Height = ctx->si.h; in vp8_decode() 493 if (pc->Height <= 0) in vp8_decode() 495 pc->Height = h; in vp8_decode() 500 if (vp8_alloc_frame_buffers(pc, pc->Width, pc->Height)) in vp8_decode()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_postproc_sse2.asm | 678 sub dword arg(6), 1 ; Height -= 1
|
D | vp9_postproc_mmx.asm | 513 sub dword arg(6), 1 ; Height -= 1
|