Searched refs:dqcoeff_pbuf (Results 1 – 5 of 5) sorted by relevance
30 int16_t *dqcoeff_pbuf[MAX_MB_PLANE][3]; member
42 ctx->dqcoeff_pbuf[i][k] = ctx->dqcoeff[i][k]; in alloc_mode_context()
553 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][1]; in update_state()560 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][2]; in update_state()727 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][0]; in rd_pick_sb_modes()3319 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][0]; in encode_frame_internal()
148 pd->dqcoeff = ctx->dqcoeff_pbuf[i][m]; in swap_block_ptr()153 ctx->dqcoeff_pbuf[i][m] = ctx->dqcoeff_pbuf[i][n]; in swap_block_ptr()158 ctx->dqcoeff_pbuf[i][n] = pd->dqcoeff; in swap_block_ptr()
502 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][1]; in vp9_first_pass()