Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_block.h41 int16_t *dqcoeff_pbuf[MAX_MB_PLANE][3]; member
Dvp9_rdopt.c1395 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][2]; in rd_pick_intra_sbuv_mode()
1400 ctx->dqcoeff_pbuf[i][2] = ctx->dqcoeff_pbuf[i][0]; in rd_pick_intra_sbuv_mode()
1405 ctx->dqcoeff_pbuf[i][0] = pd[i].dqcoeff; in rd_pick_intra_sbuv_mode()
3049 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][1]; in swap_block_ptr()
3054 ctx->dqcoeff_pbuf[i][1] = ctx->dqcoeff_pbuf[i][0]; in swap_block_ptr()
3059 ctx->dqcoeff_pbuf[i][0] = pd[i].dqcoeff; in swap_block_ptr()
Dvp9_encodeframe.c881 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][1]; in update_state()
888 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][2]; in update_state()
1023 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][0]; in rd_pick_sb_modes()
3135 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][0]; in encode_frame_internal()
Dvp9_firstpass.c553 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][1]; in vp9_first_pass()
Dvp9_onyx_if.c1058 ctx->dqcoeff_pbuf[i][k] = ctx->dqcoeff[i][k]; in alloc_mode_context()