Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_context_tree.h38 tran_low_t *dqcoeff_pbuf[MAX_MB_PLANE][3]; member
Dvp9_context_tree.c42 ctx->dqcoeff_pbuf[i][k] = ctx->dqcoeff[i][k]; in alloc_mode_context()
Dvp9_ethread.c163 pd[j].dqcoeff = ctx->dqcoeff_pbuf[j][0]; in vp9_encode_tiles_mt()
Dvp9_rdopt.c143 pd->dqcoeff = ctx->dqcoeff_pbuf[i][m]; in swap_block_ptr()
148 ctx->dqcoeff_pbuf[i][m] = ctx->dqcoeff_pbuf[i][n]; in swap_block_ptr()
153 ctx->dqcoeff_pbuf[i][n] = pd->dqcoeff; in swap_block_ptr()
Dvp9_encodeframe.c1021 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][1]; in update_state()
1028 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][2]; in update_state()
1190 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][0]; in rd_pick_sb_modes()
3941 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][0]; in encode_frame_internal()
Dvp9_firstpass.c620 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][1]; in vp9_first_pass()