Searched refs:x_offset (Results 1 - 18 of 18) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
H A Ddcac_prediction.cpp76 int y_offset, x_offset, x_tab, y_tab, z_tab; /* speedup coefficients */ local
89 x_offset = Xpos[comp];
105 block_B = (comp == 3) ? DC_store[x_offset][z_tab] : mid_gray;
113 block_B = ((comp == 1 && up_bnd) || comp == 3) ? DC_store[y_offset+x_offset][z_tab] : mid_gray;
120 block_A = (comp == 1 || comp == 3 || left_bnd) ? flag_0 = TRUE, DC_store[x_offset][x_tab] : mid_gray;
121 block_B = ((comp == 2 && left_bnd) || comp == 3) ? DC_store[y_offset + x_offset][z_tab] : mid_gray;
129 block_A = (comp == 1 || comp == 3 || left_bnd) ? flag_0 = TRUE, DC_store[x_offset][x_tab] : mid_gray;
131 (comp == 1 && up_bnd) || (comp == 2 && left_bnd) || (comp == 3)) ? DC_store[y_offset+x_offset][z_tab] : mid_gray;
174 QP_tmp = QP_store[x_offset];
246 int y_offset, x_offset, x_ta local
[all...]
/external/webkit/WebCore/platform/image-decoders/gif/
H A DGIFImageReader.h103 unsigned int x_offset, y_offset; /* With respect to "screen" origin */ member in struct:GIFFrameReader
133 x_offset = y_offset = width = height = 0;
H A DGIFImageDecoder.cpp207 IntRect frameRect(frameReader->x_offset, frameReader->y_offset, frameReader->width, frameReader->height);
211 frameRect.setWidth(size().width() - frameReader->x_offset);
295 // (frameReader->x_offset, frameReader->y_offset). There is no guarantee
296 // that (rowEnd - rowBuffer) == (size().width() - frameReader->x_offset), so
299 int xBegin = upperBoundScaledX(frameReader->x_offset);
326 const unsigned char sourceValue = *(rowBuffer + (m_scaled ? m_scaledColumns[x] : x) - frameReader->x_offset);
H A DGIFImageReader.cpp724 unsigned height, width, x_offset, y_offset;
727 x_offset = GETINT16(q);
744 x_offset = 0;
778 frame_reader->x_offset = x_offset;
/external/freetype/src/sfnt/
H A Dttsbit.c70 /* x_offset :: The horizontal offset. */
85 FT_Int x_offset,
104 line_buff += ( x_offset >> 3 ) + y_offset * line_incr;
124 FT_Byte shift = (FT_Byte)( x_offset & 7 ); /* current write shift */
1159 FT_Int x_offset,
1170 if ( x_offset < 0 || x_offset + metrics->width > map->width ||
1230 /* don't forget to multiply `x_offset' by `map->pix_bits' as */
1234 x_offset * pix_bits, y_offset, metrics->height );
1250 FT_Int x_offset,
81 blit_sbit( FT_Bitmap* target, FT_Byte* source, FT_Int line_bits, FT_Bool byte_padded, FT_Int x_offset, FT_Int y_offset, FT_Int source_height ) argument
1158 Load_SBit_Single( FT_Bitmap* map, FT_Int x_offset, FT_Int y_offset, FT_Int pix_bits, FT_UShort image_format, TT_SBit_Metrics metrics, FT_Stream stream ) argument
1245 Load_SBit_Image( TT_SBit_Strike strike, TT_SBit_Range range, FT_ULong ebdt_pos, FT_ULong glyph_offset, FT_GlyphSlot slot, FT_Int x_offset, FT_Int y_offset, FT_Stream stream, TT_SBit_Metrics metrics, FT_Int depth ) argument
[all...]
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
H A Dvlc_encode.cpp2062 Int y_offset, x_offset, x_tab, y_tab, z_tab; /* speedup coefficients */ local
2116 x_offset = Xpos[comp];
2149 block_B = (comp == 3) ? DC_store[x_offset][z_tab] : mid_grey;
2156 DC_store[y_offset+x_offset][z_tab] : mid_grey;
2164 DC_store[x_offset][x_tab] : mid_grey;
2166 DC_store[y_offset + x_offset][z_tab] : mid_grey;
2173 DC_store[x_offset][x_tab] : mid_grey;
2178 (DC_store[y_offset + x_offset][z_tab]) : mid_grey;
2216 QPtmp = QPMB[mbnum+x_offset];
2263 QPtmp = QPMB[mbnum+x_offset];
[all...]
/external/qemu/
H A Da.out.h201 host_ulong x_offset; member in struct:external_auxent::__anon3272::__anon3273
/external/freetype/include/freetype/internal/
H A Dtttypes.h687 /* x_offset :: The element's left bearing. */
694 FT_Char x_offset; member in struct:TT_SBit_ComponentRec_
/external/libpng/
H A Dpngget.c220 return (info_ptr->x_offset);
264 return (info_ptr->x_offset);
625 *offset_x = info_ptr->x_offset;
H A Dpngset.c281 info_ptr->x_offset = offset_x;
H A Dpngwutil.c1541 png_write_oFFs(png_structp png_ptr, png_int_32 x_offset, png_int_32 y_offset, argument
1554 png_save_int_32(buf, x_offset);
H A Dpngwrite.c181 png_write_oFFs(png_ptr, info_ptr->x_offset, info_ptr->y_offset,
H A Dpng.h920 png_int_32 x_offset PNG_DEPSTRUCT; /* x offset on page */
3344 png_int_32 x_offset, png_int_32 y_offset, int unit_type)) PNG_PRIVATE;
/external/qemu/distrib/libpng-1.2.19/
H A Dpngget.c204 else return (info_ptr->x_offset);
240 else return (info_ptr->x_offset);
593 *offset_x = info_ptr->x_offset;
H A Dpng.h801 png_int_32 x_offset; /* x offset on page */ member in struct:png_info_struct
3120 png_int_32 x_offset, png_int_32 y_offset, int unit_type));
H A Dpngwutil.c1516 png_write_oFFs(png_structp png_ptr, png_int_32 x_offset, png_int_32 y_offset, argument
1528 png_save_int_32(buf, x_offset);
H A Dpngset.c376 info_ptr->x_offset = offset_x;
H A Dpngwrite.c171 png_write_oFFs(png_ptr, info_ptr->x_offset, info_ptr->y_offset,

Completed in 308 milliseconds