Searched refs:weight_matrix (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddnxhddec.c190 const uint8_t *weight_matrix; local
195 weight_matrix = ctx->cid_table->chroma_weight;
198 weight_matrix = ctx->cid_table->luma_weight;
246 //av_log(ctx->avctx, AV_LOG_DEBUG, "level %d, weight %d\n", level, weight_matrix[i]);
247 level = (2*level+1) * qscale * weight_matrix[i];
248 if (level_bias < 32 || weight_matrix[i] != level_bias)
H A Ddnxhdenc.c160 uint16_t weight_matrix[64] = {1,}; // convert_matrix needs uint16_t* local
173 weight_matrix[j] = ctx->cid_table->luma_weight[i];
175 ff_convert_matrix(&ctx->m.dsp, ctx->qmatrix_l, ctx->qmatrix_l16, weight_matrix,
179 weight_matrix[j] = ctx->cid_table->chroma_weight[i];
181 ff_convert_matrix(&ctx->m.dsp, ctx->qmatrix_c, ctx->qmatrix_c16, weight_matrix,
399 const uint8_t *weight_matrix; local
403 weight_matrix = (n&2) ? ctx->cid_table->chroma_weight : ctx->cid_table->luma_weight;
410 level = (1-2*level) * qscale * weight_matrix[i];
412 if (weight_matrix[i] != 8)
416 if (weight_matrix[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddnxhddec.c222 const uint8_t *weight_matrix; local
232 weight_matrix = ctx->cid_table->chroma_weight;
236 weight_matrix = ctx->cid_table->luma_weight;
242 weight_matrix = ctx->cid_table->chroma_weight;
245 weight_matrix = ctx->cid_table->luma_weight;
292 if (level_bias < 32 || weight_matrix[i] != level_bias)
H A Ddnxhdenc.c195 uint16_t weight_matrix[64] = { 1, }; // convert_matrix needs uint16_t* local
214 weight_matrix[j] = ctx->cid_table->luma_weight[i];
217 weight_matrix, ctx->m.intra_quant_bias, 1,
221 weight_matrix[j] = ctx->cid_table->chroma_weight[i];
224 weight_matrix, ctx->m.intra_quant_bias, 1,
486 const uint8_t *weight_matrix; local
490 weight_matrix = (n & 2) ? ctx->cid_table->chroma_weight
498 level = (1 - 2 * level) * qscale * weight_matrix[i];
500 if (weight_matrix[i] != 8)
504 if (weight_matrix[
[all...]

Completed in 81 milliseconds