/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_backend_native_layer_avgpool.c | 129 int y_pos = y + (kernel_y - height_radius); in ff_dnn_execute_layer_avg_pool() local
|
H A D | dnn_backend_native_layer_conv2d.c | 148 int y_pos = CLAMP_TO_EDGE(y + (kernel_y - radius) * conv_params->dilation, height); in dnn_execute_layer_conv2d_thread() local 152 int y_pos = y + (kernel_y - radius) * conv_params->dilation; in dnn_execute_layer_conv2d_thread() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | flashsvenc.c | 156 int y_pos = j * block_height; // vertical position in frame in encode_bitstream() local
|
H A D | flashsv.c | 371 int y_pos = j * s->block_height; // vertical position in frame in flashsv_decode_frame() local 201 flashsv_decode_block(AVCodecContext *avctx, const AVPacket *avpkt, GetBitContext *gb, int block_size, int width, int height, int x_pos, int y_pos, int blk_idx) flashsv_decode_block() argument
|
H A D | aic.c | 317 int y_pos, c_pos; in aic_decode_slice() local
|
H A D | dvbsubdec.c | 61 int y_pos; member 85 int y_pos; member 871 int x_pos, y_pos; in dvbsub_parse_pixel_data_block() local [all...] |
H A D | iff.c | 587 int i, y_pos = 0, x_pos = 0; in decode_byterun2() local [all...] |
/third_party/skia/third_party/externals/freetype/src/pfr/ |
H A D | pfrgload.c | 568 FT_Int x_pos, y_pos; in pfr_glyph_load_compound() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_deband.c | 46 int *y_pos; member 154 const int y_pos = s->y_pos[pos + x]; in deband_8_c() local 194 const int y_pos = s->y_pos[pos + x]; in deband_8_coupling_c() local 259 const int y_pos = s->y_pos[pos + x]; deband_16_coupling_c() local 335 const int y_pos = s->y_pos[pos + x]; deband_16_c() local [all...] |
/third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
H A D | dxil_spirv_nir.c | 287 nir_ssa_def *y_pos = nir_channel(builder, pos, 1); in lower_yz_flip() local
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_lower_cubemap_to_array.c | 320 nir_ssa_def *y_pos = nir_f2i32(b, nir_fadd(b, y_orig, const_05)); in handle_cube_gather() local
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir_lower_int_cubemaps.c | 358 nir_ssa_def *y_pos = nir_f2i32(b, nir_fadd(b, y_orig, const_05)); in handle_cube_gather() local
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | io_dec.c | 361 static int ExportRGB(WebPDecParams* const p, int y_pos) { in ExportRGB() argument 410 static int ExportAlpha(WebPDecParams* const p, int y_pos, int max_lines_out) { in ExportAlpha() argument 437 static int ExportAlphaRGBA4444(WebPDecParams* const p, int y_pos, in ExportAlphaRGBA4444() argument
|
H A D | vp8l_dec.c | 642 static void ConvertToYUVA(const uint32_t* const src, int width, int y_pos, in ConvertToYUVA() argument 668 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { in ExportYUVA() argument 686 int y_pos in EmitRescaledRowsYUVA() local 705 int y_pos = dec->last_out_row_; EmitRowsYUVA() local [all...] |
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttsbit.c | 710 tt_sbit_decoder_load_byte_aligned( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos, FT_UInt recurse_count ) tt_sbit_decoder_load_byte_aligned() argument 852 tt_sbit_decoder_load_bit_aligned( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos, FT_UInt recurse_count ) tt_sbit_decoder_load_bit_aligned() argument 985 tt_sbit_decoder_load_compound( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos, FT_UInt recurse_count ) tt_sbit_decoder_load_compound() argument 1059 tt_sbit_decoder_load_png( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos, FT_UInt recurse_count ) tt_sbit_decoder_load_png() argument 1108 tt_sbit_decoder_load_bitmap( TT_SBitDecoder decoder, FT_UInt glyph_format, FT_ULong glyph_start, FT_ULong glyph_size, FT_Int x_pos, FT_Int y_pos, FT_UInt recurse_count, FT_Bool metrics_only ) tt_sbit_decoder_load_bitmap() argument 1258 tt_sbit_decoder_load_image( TT_SBitDecoder decoder, FT_UInt glyph_index, FT_Int x_pos, FT_Int y_pos, FT_UInt recurse_count, FT_Bool metrics_only ) tt_sbit_decoder_load_image() argument [all...] |