• Home
  • Raw
  • Download

Lines Matching refs:bytesperpixel

199     int bytesperpixel = s->bytesperpixel, ret, cols, rows;  in update_size()  local
271 p = av_malloc(s->sb_cols * (128 + 192 * bytesperpixel + in update_size()
275 assign(s->intra_pred_data[0], uint8_t *, 64 * bytesperpixel); in update_size()
276 assign(s->intra_pred_data[1], uint8_t *, 64 * bytesperpixel); in update_size()
277 assign(s->intra_pred_data[2], uint8_t *, 64 * bytesperpixel); in update_size()
312 int chroma_blocks, chroma_eobs, bytesperpixel = s->bytesperpixel; in update_block_buffers() local
325 … td->block_base = av_mallocz(((64 * 64 + 2 * chroma_blocks) * bytesperpixel * sizeof(int16_t) + in update_block_buffers()
329 td->uvblock_base[0] = td->block_base + sbs * 64 * 64 * bytesperpixel; in update_block_buffers()
330 td->uvblock_base[1] = td->uvblock_base[0] + sbs * chroma_blocks * bytesperpixel; in update_block_buffers()
331 td->eob_base = (uint8_t *) (td->uvblock_base[1] + sbs * chroma_blocks * bytesperpixel); in update_block_buffers()
346 … s->td[i].block_base = av_mallocz((64 * 64 + 2 * chroma_blocks) * bytesperpixel * sizeof(int16_t) + in update_block_buffers()
350 s->td[i].uvblock_base[0] = s->td[i].block_base + 64 * 64 * bytesperpixel; in update_block_buffers()
351 s->td[i].uvblock_base[1] = s->td[i].uvblock_base[0] + chroma_blocks * bytesperpixel; in update_block_buffers()
352 … s->td[i].eob_base = (uint8_t *) (s->td[i].uvblock_base[1] + chroma_blocks * bytesperpixel); in update_block_buffers()
454 s->bytesperpixel = (7 + s->s.h.bpp) >> 3; in read_colorspace_details()
571 s->bytesperpixel = 1; in decode_frame_header()
1103 int bytesperpixel = s->bytesperpixel; in decode_sb() local
1123 yoff += hbs * 8 * bytesperpixel; in decode_sb()
1124 uvoff += hbs * 8 * bytesperpixel >> s->ss_h; in decode_sb()
1130 yoff + 8 * hbs * bytesperpixel, in decode_sb()
1131 uvoff + (8 * hbs * bytesperpixel >> s->ss_h), bl + 1); in decode_sb()
1136 yoff + 8 * hbs * bytesperpixel, in decode_sb()
1137 uvoff + (8 * hbs * bytesperpixel >> s->ss_h), bl + 1); in decode_sb()
1146 yoff + 8 * hbs * bytesperpixel, in decode_sb()
1147 uvoff + (8 * hbs * bytesperpixel >> s->ss_h), bl + 1); in decode_sb()
1178 int bytesperpixel = s->bytesperpixel; in decode_sb_mem() local
1190 yoff += hbs * 8 * bytesperpixel; in decode_sb_mem()
1191 uvoff += hbs * 8 * bytesperpixel >> s->ss_h; in decode_sb_mem()
1198 decode_sb_mem(td, row, col + hbs, lflvl, yoff + 8 * hbs * bytesperpixel, in decode_sb_mem()
1199 uvoff + (8 * hbs * bytesperpixel >> s->ss_h), bl + 1); in decode_sb_mem()
1204 yoff + 8 * hbs * bytesperpixel, in decode_sb_mem()
1205 uvoff + (8 * hbs * bytesperpixel >> s->ss_h), bl + 1); in decode_sb_mem()
1207 yoff += hbs * 8 * bytesperpixel; in decode_sb_mem()
1208 uvoff += hbs * 8 * bytesperpixel >> s->ss_h; in decode_sb_mem()
1265 int bytesperpixel; in decode_tiles() local
1273 bytesperpixel = s->bytesperpixel; in decode_tiles()
1332 col += 8, yoff2 += 64 * bytesperpixel, in decode_tiles()
1333 uvoff2 += 64 * bytesperpixel >> s->ss_h, lflvl_ptr++) { in decode_tiles()
1361 8 * s->cols * bytesperpixel); in decode_tiles()
1364 8 * s->cols * bytesperpixel >> s->ss_h); in decode_tiles()
1367 8 * s->cols * bytesperpixel >> s->ss_h); in decode_tiles()
1376 col += 8, yoff2 += 64 * bytesperpixel, in decode_tiles()
1377 uvoff2 += 64 * bytesperpixel >> s->ss_h, lflvl_ptr++) { in decode_tiles()
1400 int bytesperpixel = s->bytesperpixel, row, col, tile_row; in decode_tiles_mt() local
1413 uvoff = (64 * bytesperpixel >> s->ss_h)*(tile_col_start >> 3); in decode_tiles_mt()
1414 yoff = (64 * bytesperpixel)*(tile_col_start >> 3); in decode_tiles_mt()
1440 col += 8, yoff2 += 64 * bytesperpixel, in decode_tiles_mt()
1441 uvoff2 += 64 * bytesperpixel >> s->ss_h, lflvl_ptr++) { in decode_tiles_mt()
1453 memcpy(s->intra_pred_data[0] + (tile_col_start * 8 * bytesperpixel), in decode_tiles_mt()
1455 8 * tile_cols_len * bytesperpixel); in decode_tiles_mt()
1456 memcpy(s->intra_pred_data[1] + (tile_col_start * 8 * bytesperpixel >> s->ss_h), in decode_tiles_mt()
1458 8 * tile_cols_len * bytesperpixel >> s->ss_h); in decode_tiles_mt()
1459 memcpy(s->intra_pred_data[2] + (tile_col_start * 8 * bytesperpixel >> s->ss_h), in decode_tiles_mt()
1461 8 * tile_cols_len * bytesperpixel >> s->ss_h); in decode_tiles_mt()
1476 int bytesperpixel = s->bytesperpixel, col, i; in loopfilter_proc() local
1491 col += 8, yoff += 64 * bytesperpixel, in loopfilter_proc()
1492 uvoff += 64 * bytesperpixel >> s->ss_h, lflvl_ptr++) { in loopfilter_proc()
1865 s->bytesperpixel = ssrc->bytesperpixel; in vp9_decode_update_thread_context()