/external/libhevc/decoder/ |
ihevcd_ittiam_logo.h | 115 UWORD32 x_pos, 122 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) ihevcd_insert_logo(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht); 124 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht)
|
ihevcd_process_slice.c | 130 WORD32 x_pos; local 136 x_pos = (ps_proc->i4_ctb_tile_x + nctb); 137 idx = MIN(x_pos, (ps_tile->u2_wd - 1)); 157 x_pos = ps_tile->u1_pos_x + ps_proc->i4_ctb_tile_x - 1; 158 idx = x_pos + (ps_proc->i4_ctb_y * ps_sps->i2_pic_wd_in_ctb); 166 x_pos = ps_tile->u1_pos_x + ps_proc->i4_ctb_tile_x - 1; 167 idx = x_pos + ((ps_proc->i4_ctb_y - 1) * ps_sps->i2_pic_wd_in_ctb); [all...] |
/external/freetype/src/sfnt/ |
ttsbit.c | 549 FT_Int x_pos, 555 FT_Int x_pos, 563 FT_Int x_pos, 585 if ( x_pos < 0 || (FT_UInt)( x_pos + width ) > bit_width || 602 line += y_pos * pitch + ( x_pos >> 3 ); 603 x_pos &= 7; 605 if ( x_pos == 0 ) /* the easy one */ 623 else /* x_pos > 0 */ 635 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) ); [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/ |
ttsbit.c | 611 FT_Int x_pos, 619 FT_Int x_pos, 628 FT_Int x_pos, 653 if ( x_pos < 0 || (FT_UInt)( x_pos + width ) > bit_width || 670 line += y_pos * pitch + ( x_pos >> 3 ); 671 x_pos &= 7; 673 if ( x_pos == 0 ) /* the easy one */ 691 else /* x_pos > 0 */ 703 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) ); [all...] |
/external/pdfium/third_party/freetype/src/sfnt/ |
ttsbit.c | 549 FT_Int x_pos, 555 FT_Int x_pos, 563 FT_Int x_pos, 585 if ( x_pos < 0 || (FT_UInt)( x_pos + width ) > bit_width || 602 line += y_pos * pitch + ( x_pos >> 3 ); 603 x_pos &= 7; 605 if ( x_pos == 0 ) /* the easy one */ 623 else /* x_pos > 0 */ 635 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) ); [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
dcac_prediction.cpp | 41 int x_pos = video->mbnum_col; local 52 typeDCACStore *DCAC_row = video->predDCAC_row + x_pos; 79 if (!comp && x_pos && !(video->headerInfo.Mode[mbnum-1]&INTRA_MASK)) /* not intra */ 102 if (x_pos == 0 && y_pos == 0) 108 else if (x_pos == 0) 217 int x_pos = video->mbnum_col; local 223 typeDCACStore *DCAC_row = video->predDCAC_row + x_pos; 261 if (x_pos == 0 && y_pos == 0) 266 else if (x_pos == 0)
|
combined_decode.cpp | 350 int x_pos = video->mbnum_col; local 352 typeDCACStore *DCAC_row = video->predDCAC_row + x_pos; 554 int x_pos = video->mbnum_col; local 555 int32 offset = (int32)(y_pos << 4) * width + (x_pos << 4); 563 pp_mod[0] = video->pstprcTypCur + (y_pos << 1) * (MB_in_width << 1) + (x_pos << 1); 707 BlockIDCT(video->currVop->uChan + (offset >> 2) + (x_pos << 2), mblock->pred_block + 256, mblock->block[4], width >> 1, ncoeffs[4], 731 BlockIDCT(video->currVop->vChan + (offset >> 2) + (x_pos << 2), mblock->pred_block + 264, mblock->block[5], width >> 1, ncoeffs[5], 785 BlockIDCT(video->currVop->uChan + (offset >> 2) + (x_pos << 2), mblock->pred_block + 256, mblock->block[4], width >> 1, ncoeffs[4], 809 BlockIDCT(video->currVop->vChan + (offset >> 2) + (x_pos << 2), mblock->pred_block + 264, mblock->block[5], width >> 1, ncoeffs[5],
|
datapart_decode.cpp | 630 int x_pos = video->mbnum_col; local 653 pp_mod[0] = video->pstprcTypCur + (y_pos << 1) * (MB_in_width << 1) + (x_pos << 1); 715 offset = (int32)(y_pos << 4) * width + (x_pos << 4); 755 BlockIDCT(video->currVop->uChan + (offset >> 2) + (x_pos << 2), mblock->pred_block + 256, mblock->block[4], width >> 1, ncoeffs[4], 775 BlockIDCT(video->currVop->vChan + (offset >> 2) + (x_pos << 2), mblock->pred_block + 264, mblock->block[5], width >> 1, ncoeffs[5],
|
block_idct.cpp | 229 int x_pos = video->mbnum_col; local 235 offset = (int32)(y_pos << 4) * width + (x_pos << 4); 238 cu_comp = currVop->uChan + (offset >> 2) + (x_pos << 2); 239 cv_comp = currVop->vChan + (offset >> 2) + (x_pos << 2);
|
vlc_dequant.cpp | 61 int x_pos = video->mbnum_col; local 62 typeDCACStore *DCAC_row = video->predDCAC_row + x_pos; 512 int x_pos = video->mbnum_col; local 513 typeDCACStore *DCAC_row = video->predDCAC_row + x_pos; 814 int x_pos = video->mbnum_col; local 815 typeDCACStore *DCAC_row = video->predDCAC_row + x_pos; [all...] |
vlc_decode.cpp | 144 int x_pos = video->mbnum_col; local 147 int pos = (x_pos + y_pos * doubleWidth) << 1; [all...] |
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
motion_comp.cpp | 48 uint32 x_pos, y_pos; local 93 x_pos = (offset_x << 2) + *mv++; /*quarter pel */ 99 eLumaMotionComp(ref_l, picPitch, picHeight, x_pos, y_pos, 104 eChromaMotionComp(ref_Cb, picWidth >> 1, picHeight >> 1, x_pos, y_pos, 107 eChromaMotionComp(ref_Cr, picWidth >> 1, picHeight >> 1, x_pos, y_pos, 122 int x_pos, int y_pos, 132 dx = x_pos & 3; 134 x_pos = x_pos >> 2; /* round it to full-pel resolution */ 141 ref += y_pos * picpitch + x_pos; [all...] |
avcenc_lib.h | 417 \param "x_pos" "X-coordinate of the predicted block in quarter pel resolution." 426 int x_pos, int y_pos, 456 int x_pos, int y_pos, uint8 *pred, int pred_pitch, [all...] |
intra_est.cpp | 37 int x_pos = (video->mb_x) << 4; local 39 uint8 *orgY = currInput->YCbCr[0] + y_pos * orgPitch + x_pos; 46 if (((x_pos >> 4) != (int)video->PicWidthInMbs - 1) && 67 offset = (y_pos >> 2) * picPitch + (x_pos >> 1); 118 int x_pos = (video->mb_x) << 4; local 143 orgY = currInput->YCbCr[0] + y_pos * orgPitch + x_pos; 211 int x_pos = (video->mb_x) << 4; local 215 int offset = y_pos * pitch + x_pos; 1368 int x_pos = video->mb_x << 3; local [all...] |
/hardware/libhardware/include/hardware/ |
hwcomposer.h | [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/ |
pfrgload.c | 568 FT_Int x_pos, y_pos; local 627 x_pos = 0; 653 x_pos = PFR_NEXT_SHORT( p ); 658 x_pos += PFR_NEXT_INT8( p ); 681 subglyph->x_delta = x_pos;
|
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
deblock.cpp | 120 int x_pos = video->mb_x; local 127 curL = currPic->Sl + offset + (x_pos << 4); 130 offset += (x_pos << 3); 181 DeblockMb(video, x_pos, y_pos, pred_block + 84, pred_block + 452, pred_block + 596); 206 if (x_pos) /* find the width */ 211 if (x_pos == (int)(video->PicWidthInMbs - 1)) 248 if (x_pos != (int)(video->PicWidthInMbs - 1)) /* now copy from the right-most 4 columns to the left-most 4 columns */ 277 DeblockMb(video, x_pos, y_pos, curL, curCb, curCr); [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
vlc_encode.cpp | 2026 Int x_pos = video->outputMB->mb_x; \/* 5\/28\/01 *\/ local [all...] |
/external/libmpeg2/decoder/ |
impeg2d_api_main.c | 77 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) impeg2_insert_logo(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht); 79 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |