Home
last modified time | relevance | path

Searched refs:rv_map (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Divi.c495 RVMapDesc *rvmap = band->rv_map; in ivi_decode_coded_blocks()
977 band->rv_map = &ctx->rvmap_tabs[band->rvmap_sel]; in decode_band()
983 FFSWAP(uint8_t, band->rv_map->runtab[idx1], band->rv_map->runtab[idx2]); in decode_band()
984 FFSWAP(int16_t, band->rv_map->valtab[idx1], band->rv_map->valtab[idx2]); in decode_band()
985 if (idx1 == band->rv_map->eob_sym || idx2 == band->rv_map->eob_sym) in decode_band()
986 band->rv_map->eob_sym ^= idx1 ^ idx2; in decode_band()
987 if (idx1 == band->rv_map in decode_band()
[all...]
H A Divi.h174 RVMapDesc *rv_map; ///< ptr to the RLE table for this band member
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_sched.h262 typedef std::map<sel_chan, value*> rv_map; typedef in r600_sb::post_scheduler
263 rv_map regmap, prev_regmap;
H A Dsb_sched.cpp1365 rv_map::iterator F = regmap.find(gpr); in unmap_dst_val()
1431 rv_map::iterator F = regmap.find(gpr); in map_src_val()
1545 for(rv_map::iterator I = regmap.begin(), E = regmap.end(); I != E; ++I) { in dump_regmap()
1755 rv_map::iterator F = regmap.find(d->gpr); in check_copy()

Completed in 7 milliseconds