Searched defs:bytesperpixel (Results 1 – 6 of 6) sorted by relevance
| /third_party/ffmpeg/libavcodec/ |
| D | vp9.c | 193 int bytesperpixel = s->bytesperpixel, ret, cols, rows; in update_size() local 309 int chroma_blocks, chroma_eobs, bytesperpixel = s->bytesperpixel; in update_block_buffers() local 1099 int bytesperpixel = s->bytesperpixel; in decode_sb() local 1174 int bytesperpixel = s->bytesperpixel; in decode_sb_mem() local 1264 int bytesperpixel; in decode_tiles() local 1399 int bytesperpixel = s->bytesperpixel, row, col, tile_row; in decode_tiles_mt() local 1475 int bytesperpixel = s->bytesperpixel, col, i; in loopfilter_proc() local
|
| D | vp9recon.c | 37 int p, int ss_h, int ss_v, int bytesperpixel) in check_intra_mode() 219 ptrdiff_t uv_off, int bytesperpixel) in intra_recon() 303 int bw, int bh, int w, int h, int bytesperpixel) in mc_luma_unscaled() 341 int bw, int bh, int w, int h, int bytesperpixel) in mc_chroma_unscaled() 413 int bw, int bh, int w, int h, int bytesperpixel, in mc_luma_scaled() 473 int bw, int bh, int w, int h, int bytesperpixel, in mc_chroma_scaled() 569 static av_always_inline void inter_recon(VP9TileData *td, int bytesperpixel) in inter_recon()
|
| D | vp9lpf.c | 30 int y, x, bytesperpixel = s->bytesperpixel; in filter_plane_cols() local 105 int y, x, bytesperpixel = s->bytesperpixel; in filter_plane_rows() local
|
| D | vp9_mc_template.c | 43 int bytesperpixel = BYTES_PER_PIXEL; in FN() local
|
| D | vp9block.c | 990 int bytesperpixel = is8bitsperpixel ? 1 : 2; in decode_coeffs() local 1268 int bytesperpixel = s->bytesperpixel; in ff_vp9_decode_block() local
|
| D | vp9dec.h | 112 uint8_t last_bpp, bpp_index, bytesperpixel; member
|