Searched refs:tng_cmdbuf_insert_reg_write (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | tng_hostbias.c | 523 …tng_cmdbuf_insert_reg_write(TOPAZ_CORE_REG, TOPAZHP_CR_SEQUENCER_CONFIG, 0, psBiasTables->ui32SeqC… in tng__H263ES_load_bias_tables() 535 …tng_cmdbuf_insert_reg_write(TOPAZ_MULTICORE_REG, TOPAZHP_TOP_CR_POLYNOM_ALPHA_COEFF_CORE_0, 0, ui3… in tng__H263ES_load_bias_tables() 538 …tng_cmdbuf_insert_reg_write(TOPAZ_MULTICORE_REG, TOPAZHP_TOP_CR_POLYNOM_GAMMA_COEFF_CORE_0, 0, ui3… in tng__H263ES_load_bias_tables() 541 …tng_cmdbuf_insert_reg_write(TOPAZ_MULTICORE_REG, TOPAZHP_TOP_CR_POLYNOM_CUTOFF_CORE_0, 0, ui32RegV… in tng__H263ES_load_bias_tables() 546 …tng_cmdbuf_insert_reg_write(TOPAZ_MULTICORE_REG, TOPAZHP_TOP_CR_INTRA_BIAS_TABLE, 0, psBiasTables-… in tng__H263ES_load_bias_tables() 547 …tng_cmdbuf_insert_reg_write(TOPAZ_MULTICORE_REG, TOPAZHP_TOP_CR_INTER_BIAS_TABLE, 0, psBiasTables-… in tng__H263ES_load_bias_tables() 548 …tng_cmdbuf_insert_reg_write(TOPAZ_MULTICORE_REG, TOPAZHP_TOP_CR_DIRECT_BIAS_TABLE, 0, psBiasTables… in tng__H263ES_load_bias_tables() 552 tng_cmdbuf_insert_reg_write(TOPAZ_CORE_REG, INTEL_SZ, 0, psBiasTables->ui32sz1); in tng__H263ES_load_bias_tables() 556 …tng_cmdbuf_insert_reg_write(TOPAZ_CORE_REG, INTEL_CHCF, 0, psBiasTables->ui32LritcCacheChunkConfig… in tng__H263ES_load_bias_tables() 579 …tng_cmdbuf_insert_reg_write(TOPAZ_CORE_REG, TOPAZHP_CR_SEQUENCER_CONFIG, 0, psBiasTables->ui32SeqC… in tng__MPEG4_load_bias_tables() [all …]
|
D | tng_cmdbuf.h | 231 #define tng_cmdbuf_insert_reg_write(topaz_reg, base, offset, value) \ macro
|