Home
last modified time | relevance | path

Searched refs:probs_buffer_1stPart (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_VP8.c1362 uint32_t *probs_buffer_1stPart , *probs_buffer_2ndPart; in tng__VP8_set_probility_reg() local
1367 psb_buffer_map(&ctx->probability_data_1st_part, (unsigned char **)&probs_buffer_1stPart); in tng__VP8_set_probility_reg()
1368 if(NULL == probs_buffer_1stPart) { in tng__VP8_set_probility_reg()
1373 memset(probs_buffer_1stPart, 0, sizeof(ctx->probability_data_1st_part)); in tng__VP8_set_probility_reg()
1375 tng_KeyFrame_BModeProbsDataCompile((uint8_t *)b_mode_prob, probs_buffer_1stPart); in tng__VP8_set_probility_reg()
1377 … tng_InterFrame_YModeProbsDataCompile(ctx->pic_params->y_mode_probs, probs_buffer_1stPart); in tng__VP8_set_probility_reg()
1379 probs_buffer_1stPart += ( CABAC_LSR_InterFrame_UVModeProb_Address >> 2); in tng__VP8_set_probility_reg()
1380 … tng_InterFrame_UVModeProbsDataCompile(ctx->pic_params->uv_mode_probs, probs_buffer_1stPart); in tng__VP8_set_probility_reg()
1382probs_buffer_1stPart += (CABAC_LSR_InterFrame_MVContextProb_Address >>2) - ( CABAC_LSR_InterFrame_… in tng__VP8_set_probility_reg()
1383 …g_InterFrame_MVContextProbsDataCompile((uint8_t *)ctx->pic_params->mv_probs, probs_buffer_1stPart); in tng__VP8_set_probility_reg()