Home
last modified time | relevance | path

Searched defs:plane_index (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dffv1enc_template.c23 encode_line(FFV1Context *s, int w, TYPE *sample[3], int plane_index, int bits) encode_line() argument
H A Dffv1dec_template.c23 decode_line(FFV1Context *s, int w, TYPE *sample[2], int plane_index, int bits) decode_line() argument
H A Dffv1dec.c120 decode_plane(FFV1Context *s, uint8_t *src, int w, int h, int stride, int plane_index, int pixel_stride) decode_plane() argument
H A Dffv1enc.c273 encode_plane(FFV1Context *s, uint8_t *src, int w, int h, int stride, int plane_index, int pixel_stride) encode_plane() argument
H A Dsnow.c101 int plane_index, level, orientation; in ff_snow_reset_contexts() local
322 void ff_snow_pred_block(SnowContext *s, uint8_t *dst, uint8_t *tmp, ptrdiff_t stride, int sx, int sy, int b_w, int b_h, const BlockNode *block, int plane_index, int w, int h){ in ff_snow_pred_block() argument
516 int plane_index, level, orientation; ff_snow_common_init_after_header() local
699 int plane_index, level, orientation, i; ff_snow_common_end() local
[all...]
H A Dsnowdec.c32 static av_always_inline void predict_slice_buffered(SnowContext *s, slice_buffer * sb, IDWTELEM * old_buffer, int plane_index, int add, int mb_y){ in predict_slice_buffered() argument
276 int plane_index, level, orientation; decode_qlogs() local
300 int plane_index, tmp; decode_header() local
447 int level, orientation, plane_index; decode_frame() local
[all...]
H A Dsnowenc.c42 int plane_index, ret; in encode_init() local
510 get_dc(SnowContext *s, int mb_x, int mb_y, int plane_index) get_dc() argument
606 get_block_rd(SnowContext *s, int mb_x, int mb_y, int plane_index, uint8_t (*obmc_edged)[MB_SIZE * 2]) get_block_rd() argument
707 get_4block_rd(SnowContext *s, int mb_x, int mb_y, int plane_index) get_4block_rd() argument
1376 int plane_index, level, orientation; encode_qlogs() local
1389 int plane_index, i; encode_header() local
1462 int plane_index; update_last_header_values() local
1576 int level, orientation, plane_index, i, y, ret; encode_frame() local
[all...]
H A Dsnow.h283 static av_always_inline void add_yblock(SnowContext *s, int sliced, slice_buffer *sb, IDWTELEM *dst, uint8_t *dst8, const uint8_t *obmc, int src_x, int src_y, int b_w, int b_h, int w, int h, int dst_stride, int src_stride, int obmc_stride, int b_x, int b_y, int add, int offset_dst, int plane_index){ in add_yblock() argument
407 static av_always_inline void predict_slice(SnowContext *s, IDWTELEM *buf, int plane_index, int add, int mb_y){ in predict_slice() argument
458 predict_plane(SnowContext *s, IDWTELEM *buf, int plane_index, int add) predict_plane() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_nir_lower_tex_src_plane.c114 int plane_index = nir_tex_instr_src_index(tex, nir_tex_src_plane); in lower_tex_src_plane_block() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h397 unsigned plane_index; /* other planes are different pipe_resources */ member

Completed in 14 milliseconds